Author: manolo Date: 2011-02-22 01:41:26 -0800 (Tue, 22 Feb 2011) New Revision: 8462 Log: Corrected typos.
Modified: branches/branch-1.3/src/Fl_JPEG_Image.cxx branches/branch-1.3/src/Fl_PNG_Image.cxx Modified: branches/branch-1.3/src/Fl_JPEG_Image.cxx =================================================================== --- branches/branch-1.3/src/Fl_JPEG_Image.cxx 2011-02-21 18:33:46 UTC (rev 8461) +++ branches/branch-1.3/src/Fl_JPEG_Image.cxx 2011-02-22 09:41:26 UTC (rev 8462) @@ -271,7 +271,7 @@ Construct an image from a block of memory inside the application. Fluid offers "binary Data" chunks as a great way to add image data into the C++ source code. - name_png can be NULL. If a name is givem the image is added to the the list of + name_png can be NULL. If a name is given, the image is added to the list of shared images (see: Fl_Shared_Image) and will be available by that name. The inherited destructor frees all memory and server resources that are used Modified: branches/branch-1.3/src/Fl_PNG_Image.cxx =================================================================== --- branches/branch-1.3/src/Fl_PNG_Image.cxx 2011-02-21 18:33:46 UTC (rev 8461) +++ branches/branch-1.3/src/Fl_PNG_Image.cxx 2011-02-22 09:41:26 UTC (rev 8462) @@ -95,7 +95,7 @@ Construct an image from a block of memory inside the application. Fluid offers "binary Data" chunks as a great way to add image data into the C++ source code. - name_png can be NULL. If a name is givem the image is added to the the list of + name_png can be NULL. If a name is given, the image is added to the list of shared images (see: Fl_Shared_Image) and will be available by that name. \param name_png A name given to this image or NULL _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
