]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrc/wxrc.cpp
Use NSBox with the NSBoxSeparator box type
[wxWidgets.git] / contrib / utils / wxrc / wxrc.cpp
index efac3d2f93cfece588e591b5f8a1f343a6a38fa3..39550b591cd86e425d928d248377f09937e6e638 100644 (file)
@@ -36,6 +36,8 @@
 class XmlResApp : public wxAppConsole
 {
 public:
+    // don't use builtin cmd line parsing:
+    virtual bool OnInit() { return true; } 
 
     virtual int OnRun();
     
@@ -62,7 +64,7 @@ private:
     int retCode;
 };
 
-IMPLEMENT_APP(XmlResApp)
+IMPLEMENT_APP_NO_THEMES(XmlResApp)
 
 int XmlResApp::OnRun()
 {