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() {