From: Václav Slavík Date: Sat, 9 Aug 2003 20:09:02 +0000 (+0000) Subject: fixed command line parsing X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6fcef5ed660db575778acfab997dc1fe97f9e6a8?hp=d43307793fd31594e9e687e3850b357115f63e16 fixed command line parsing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/utils/wxrc/wxrc.cpp b/contrib/utils/wxrc/wxrc.cpp index efac3d2f93..8bf7f2ef0a 100644 --- a/contrib/utils/wxrc/wxrc.cpp +++ b/contrib/utils/wxrc/wxrc.cpp @@ -36,6 +36,8 @@ class XmlResApp : public wxAppConsole { public: + // don't use builtin cmd line parsing: + virtual bool OnInit() { return true; } virtual int OnRun(); diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index efac3d2f93..8bf7f2ef0a 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -36,6 +36,8 @@ class XmlResApp : public wxAppConsole { public: + // don't use builtin cmd line parsing: + virtual bool OnInit() { return true; } virtual int OnRun();