X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a9942f75aed311b37f7098717b86e2b821b6e1b..8329fea8ad89a4df6c2f0441facdc5ad189473ea:/utils/wxrc/wxrc.cpp diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index 05880d521e..b427f39bca 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -115,11 +115,11 @@ public: + _T(";\n")); } file.Write(_T("\nprivate:\n void InitWidgetsFromXRC(){\n") - _T(" wxXmlResource::Get()->LoadObject(this,NULL,\"") + _T(" wxXmlResource::Get()->LoadObject(this,NULL,_T(\"") + m_className - + _T("\",\"") + + _T("\"), _T(\"") + m_parentClassName - + _T("\");\n")); + + _T("\"));\n")); for(i=0;iGetName() == _T("bitmap")) return true; + + if (node->GetName() == _T("icon")) + return true; // URLs in wxHtmlWindow: if (node->GetName() == _T("url")) @@ -562,9 +565,6 @@ _T("#ifdef __BORLANDC__\n") _T(" #pragma hdrstop\n") _T("#endif\n") _T("\n") -_T("#ifndef WX_PRECOMP\n") -_T(" #include \n") -_T("#endif\n") _T("") _T("#include \n") _T("#include \n")