From 3029e588e07095f1e8d8db2a7e475e431964536f Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 19 Aug 2003 08:41:17 +0000 Subject: [PATCH] Use _NO_THEMES git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/utils/wxrc/wxrc.cpp | 2 +- utils/wxrc/wxrc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/utils/wxrc/wxrc.cpp b/contrib/utils/wxrc/wxrc.cpp index 8bf7f2ef0a..39550b591c 100644 --- a/contrib/utils/wxrc/wxrc.cpp +++ b/contrib/utils/wxrc/wxrc.cpp @@ -64,7 +64,7 @@ private: int retCode; }; -IMPLEMENT_APP(XmlResApp) +IMPLEMENT_APP_NO_THEMES(XmlResApp) int XmlResApp::OnRun() { diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index 8bf7f2ef0a..39550b591c 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -64,7 +64,7 @@ private: int retCode; }; -IMPLEMENT_APP(XmlResApp) +IMPLEMENT_APP_NO_THEMES(XmlResApp) int XmlResApp::OnRun() { -- 2.45.2