From: Julian Smart Date: Mon, 22 Apr 2002 12:53:01 +0000 (+0000) Subject: Made default theme win32 under wxX11 since I think the default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4ba9eb2b7921ac0ce6512ff407e6ffb85a61ebe?ds=sidebyside 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 --- diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp index 31f592280a..3982bcf728 100644 --- a/src/univ/theme.cpp +++ b/src/univ/theme.cpp @@ -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