]> git.saurik.com Git - wxWidgets.git/commitdiff
Use _NO_THEMES
authorJulian Smart <julian@anthemion.co.uk>
Tue, 19 Aug 2003 08:41:17 +0000 (08:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 19 Aug 2003 08:41:17 +0000 (08:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/utils/wxrc/wxrc.cpp
utils/wxrc/wxrc.cpp

index 8bf7f2ef0afd9db7291c82b424f4592e195e3ef9..39550b591cd86e425d928d248377f09937e6e638 100644 (file)
@@ -64,7 +64,7 @@ private:
     int retCode;
 };
 
-IMPLEMENT_APP(XmlResApp)
+IMPLEMENT_APP_NO_THEMES(XmlResApp)
 
 int XmlResApp::OnRun()
 {
index 8bf7f2ef0afd9db7291c82b424f4592e195e3ef9..39550b591cd86e425d928d248377f09937e6e638 100644 (file)
@@ -64,7 +64,7 @@ private:
     int retCode;
 };
 
-IMPLEMENT_APP(XmlResApp)
+IMPLEMENT_APP_NO_THEMES(XmlResApp)
 
 int XmlResApp::OnRun()
 {