]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
Remove unnecessary base class OnPaint() call from wxGenericColourDialog.
[wxWidgets.git] / src / common / image.cpp
index 62597542fd95dfaf2c759b93a8664c498486ccfd..ef7fb58dd9f5a96467d9b96315878263345709f8 100644 (file)
@@ -2576,6 +2576,7 @@ bool wxImage::SaveFile( wxOutputStream& stream, const wxString& mimetype ) const
     if ( !handler )
     {
         wxLogWarning( _("No image handler for type %s defined."), mimetype.GetData() );
+        return false;
     }
 
     return DoSave(*handler, stream);