From 216d173fba2d33cd32c1c069dbeb803efc8e7860 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 17 Mar 2007 16:48:11 +0000 Subject: [PATCH] renamed meaningless IsRealClass() function in CanBeUsedWithXRCCTRL() because this is what it really does git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxrc/wxrc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index f17badc..4c8e1d5 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