X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..00c813596e3eefdd028365acf9542355937e5531:/src/univ/theme.cpp diff --git a/src/univ/theme.cpp b/src/univ/theme.cpp index b108a21b16..254254b69a 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 /////////////////////////////////////////////////////////////////////////////// @@ -101,6 +101,10 @@ wxThemeInfo::wxThemeInfo(Constructor c, nameDefTheme = _T("win32"); #elif defined(__WXGTK__) nameDefTheme = _T("gtk"); + #elif defined(__WXMGL__) + nameDefTheme = _T("win32"); + #elif defined(__WXPM__) + nameDefTheme = _T("win32"); #endif }