wxUniv focus on wx11 port, so modified unv/theme.h, make GTK theme as the default theme

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-23 17:39:06 +00:00
parent ccb64682eb
commit d1d874dd15

View File

@@ -184,10 +184,10 @@ struct WXDLLIMPEXP_CORE wxThemeInfo
// if no theme was picked, get any theme compiled in (sorted by // if no theme was picked, get any theme compiled in (sorted by
// quality/completeness of the theme): // quality/completeness of the theme):
#ifndef wxUNIV_DEFAULT_THEME #ifndef wxUNIV_DEFAULT_THEME
#if wxUSE_THEME_WIN32 #if wxUSE_THEME_GTK
#define wxUNIV_DEFAULT_THEME win32
#elif wxUSE_THEME_GTK
#define wxUNIV_DEFAULT_THEME gtk #define wxUNIV_DEFAULT_THEME gtk
#elif wxUSE_THEME_WIN32
#define wxUNIV_DEFAULT_THEME win32
#elif wxUSE_THEME_MONO #elif wxUSE_THEME_MONO
#define wxUNIV_DEFAULT_THEME mono #define wxUNIV_DEFAULT_THEME mono
#endif #endif