]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
* Deleted all ^M
[wxWidgets.git] / src / msw / bitmap.cpp
index 9b185541d0ab25b524cf18eb2bdc4757cc7be48d..f0688b545415193bab61e7a28779755ad516275d 100644 (file)
@@ -578,7 +578,7 @@ bool wxBMPResourceHandler::LoadFile(wxBitmap *bitmap, const wxString& name, cons
     }
 
   // it's probably not found
-  wxLogError("Can't load bitmap '%s' from ressources!", name.c_str());
+  wxLogError("Can't load bitmap '%s' from resources! Check .rc file.", name.c_str());
 
   return FALSE;
 }