]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
don't capture the mouse when just moving it in the grid (tentative replacement for...
[wxWidgets.git] / src / common / appcmn.cpp
index 789ebaad7040b8bdfafc4ddefc1b45b5eb942ac2..afbb66008ba9e94d9e5f07253420595b0d3cd947 100644 (file)
@@ -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)
 {