]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Replaced id with winid so it doesn't conflict with the Objective-C type
[wxWidgets.git] / include / wx / app.h
index d5f4c70b71510cfb8186bd92dcd4c6b6ad4e6e71..3698f65a09e5219691a405ab488c27ef17a9deea 100644 (file)
@@ -629,7 +629,7 @@ public:
     wxAppConsole *wxCreateApp()                                             \
     {                                                                       \
         wxAppConsole::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE,         \
-                                        wxT("your program"));               \
+                                        "your program");                    \
         return new appname;                                                 \
     }                                                                       \
     wxAppInitializer                                                        \