diff --git a/app/gui/themes.c b/app/gui/themes.c index 82801e4423..18cd167f04 100644 --- a/app/gui/themes.c +++ b/app/gui/themes.c @@ -306,7 +306,7 @@ themes_apply_theme (Gimp *gimp, else { tmp = g_build_filename (gimp_data_directory (), - "themes", "Default", "gimp.css", + "themes", "System", "gimp.css", NULL); css_theme = g_file_new_for_path (tmp); g_free (tmp);