]> git.saurik.com Git - wxWidgets.git/commitdiff
native theme for wxMGL
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 7 Aug 2001 23:16:11 +0000 (23:16 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 7 Aug 2001 23:16:11 +0000 (23:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/univ/theme.cpp

index 026dc298997a5df65a7d421a906b9009b85dfe36..f9e384c6831f4a6c83fd434bb1c2cd58a7195986 100644 (file)
@@ -101,6 +101,8 @@ wxThemeInfo::wxThemeInfo(Constructor c,
             nameDefTheme = _T("win32");
         #elif defined(__WXGTK__)
             nameDefTheme = _T("gtk");
+        #elif defined(__WXMGL__)
+            nameDefTheme = _T("win32");
         #endif
     }