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:
Mattia Barbon 2003-08-05 17:41:14 +00:00
parent 066f1b7a95
commit 82c75aeab8

View File

@ -629,7 +629,7 @@ public:
wxAppConsole *wxCreateApp() \
{ \
wxAppConsole::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, \
wxT("your program")); \
"your program"); \
return new appname; \
} \
wxAppInitializer \