X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..304862976530be1315f3861157168f6edea2195e:/src/univ/theme.cpp diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp index b108a21b16..c5fb2f495e 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,10 @@ 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"); + #else + nameDefTheme = _T("win32"); #endif }