Corrected typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8462 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
cc79642a94
commit
6e24f93c1a
@ -271,7 +271,7 @@ static void jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *data)
|
||||
|
||||
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
|
||||
|
@ -95,7 +95,7 @@ Fl_PNG_Image::Fl_PNG_Image (const char *filename): Fl_RGB_Image(0,0,0)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user