]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/icon.cpp
test wxExecute() in the sample
[wxWidgets.git] / src / mac / icon.cpp
index 2ae29d1859f82b125aee47479f3ef0e16ab84f85..e886c1073ca51df91d7d384906f292e45b9e33b5 100644 (file)
@@ -84,7 +84,7 @@ bool  wxICONResourceHandler::LoadFile(wxBitmap *bitmap, const wxString& name, lo
           int desiredWidth, int desiredHeight)
 {
        short theId = -1 ;
-    if ( name == "wxICON_INFO" )
+    if ( name == "wxICON_INFORMATION" )
     {
         theId = kNoteIcon ;
     }