mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
win32: Default to gtk-win32 theme
This commit is contained in:
parent
f59836a4d0
commit
88d059ff09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user