]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/themes/metal.cpp
1. Added m_count and maintain its value in InsertItem, RemoveItem
[wxWidgets.git] / src / univ / themes / metal.cpp
index dc580faaf03899b21e12438bafacaaafc84981d4..3e78e383919e6a51338a53951957bf221776b8f5 100644 (file)
@@ -157,7 +157,7 @@ private:
     bool GetOrCreateTheme()
     {
         if ( !m_win32Theme )
-            m_win32Theme = wxTheme::Create("win32");
+            m_win32Theme = wxTheme::Create( wxT("win32") );
         return m_win32Theme != NULL;
     }
 private: