win32: Default to gtk-win32 theme

This commit is contained in:
Alexander Larsson 2011-11-18 16:53:18 +01:00
parent f59836a4d0
commit 88d059ff09

View File

@ -401,7 +401,11 @@ gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_string ("gtk-theme-name",
P_("Theme Name"),
P_("Name of theme to load"),
#ifdef G_OS_WIN32
"gtk-win32",
#else
"Raleigh",
#endif
GTK_PARAM_READWRITE),
NULL);
g_assert (result == PROP_THEME_NAME);