From e4ba9eb2b7921ac0ce6512ff407e6ffb85a61ebe Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 22 Apr 2002 12:53:01 +0000 Subject: [PATCH] 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 --- src/univ/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2