From 77d272948cb98d0a0143e0dee9ec85126ab5981c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 14 Jun 2015 17:07:31 +0000 Subject: Minor documentation fixes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10751 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_PNG_Image.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_PNG_Image.cxx') diff --git a/src/Fl_PNG_Image.cxx b/src/Fl_PNG_Image.cxx index 74d32da7d..0183e82a5 100644 --- a/src/Fl_PNG_Image.cxx +++ b/src/Fl_PNG_Image.cxx @@ -76,8 +76,8 @@ extern "C" { The destructor frees all memory and server resources that are used by the image. - Use Fl_Image::fail() to check if Fl_BMP_Image failed to load. fail() returns - ERR_FILE_ACCESS if the file could not bo opened or read, ERR_FORMAT if the + Use Fl_Image::fail() to check if Fl_PNG_Image failed to load. fail() returns + ERR_FILE_ACCESS if the file could not be opened or read, ERR_FORMAT if the PNG format could not be decoded, and ERR_NO_IMAGE if the image could not be loaded for another reason. -- cgit v1.2.3