Unicode compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
066f1b7a95
commit
82c75aeab8
@ -629,7 +629,7 @@ public:
|
||||
wxAppConsole *wxCreateApp() \
|
||||
{ \
|
||||
wxAppConsole::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, \
|
||||
wxT("your program")); \
|
||||
"your program"); \
|
||||
return new appname; \
|
||||
} \
|
||||
wxAppInitializer \
|
||||
|
Loading…
Reference in New Issue
Block a user