wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc Unicode changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -189,8 +189,8 @@ wxLayoutDirection wxAppBase::GetLayoutDirection() const
|
||||
// GUI-specific command line options handling
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#define OPTION_THEME _T("theme")
|
||||
#define OPTION_MODE _T("mode")
|
||||
#define OPTION_THEME "theme"
|
||||
#define OPTION_MODE "mode"
|
||||
|
||||
void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user