]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/icon.cpp
guaranteeing autorelease pools for overridden OnRun on OSX
[wxWidgets.git] / src / osx / carbon / icon.cpp
index af4c06aa0a786bc7b9f06eb9670c10ae0607883e..a28dc190908a84e498159de6f998d7085b67f4bf 100644 (file)
@@ -203,6 +203,10 @@ bool wxIcon::LoadFile(
         {
             theId = kGenericDocumentIcon ;
         }
+        else if ( filename == wxT("wxICON_EXECUTABLE_FILE") )
+        {
+            theId = kGenericApplicationIcon ;
+        }
         else if ( filename == wxT("wxICON_CDROM") )
         {
             theId = kGenericCDROMIcon ;