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:
@@ -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
|
||||
|
Reference in New Issue
Block a user