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