diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index f17badc498..4c8e1d502c 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -109,7 +109,7 @@ public: return m_wdata; } - bool IsRealClass(const wxString& name) + bool CanBeUsedWithXRCCTRL(const wxString& name) { if (name == _T("tool") || name == _T("unknown") || @@ -134,7 +134,7 @@ public: for(i=0;i