Made default theme win32 under wxX11 since I think the default

should be 'vanilla'; less exciting but as fast as possible


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-22 12:53:01 +00:00
parent d0fcccc41f
commit e4ba9eb2b7

View File

@@ -100,7 +100,7 @@ wxThemeInfo::wxThemeInfo(Constructor c,
#if defined(__WXGTK__)
nameDefTheme = _T("gtk");
#elif defined(__WXX11__)
nameDefTheme = _T("Metal");
nameDefTheme = _T("win32");
#else
nameDefTheme = _T("win32");
#endif