X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..7a82dabcc7be89b73f1b15ac890ae776dd6f2bd2:/src/univ/theme.cpp diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp index b108a21b16..31f592280a 100644 --- a/src/univ/theme.cpp +++ b/src/univ/theme.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 06.08.00 // RCS-ID: $Id$ -// Copyright: (c) 2000 Vadim Zeitlin +// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// @@ -97,10 +97,12 @@ wxThemeInfo::wxThemeInfo(Constructor c, } else // use native theme by default { - #if defined(__WXMSW__) - nameDefTheme = _T("win32"); - #elif defined(__WXGTK__) + #if defined(__WXGTK__) nameDefTheme = _T("gtk"); + #elif defined(__WXX11__) + nameDefTheme = _T("Metal"); + #else + nameDefTheme = _T("win32"); #endif }