themes: rename theme "Default" into "System".

Since we have many themes now, this new name better indicates that it
is meant to follow your desktop theme settings.
Also it will likely not remain the default theme.
This commit is contained in:
Jehan 2016-03-22 16:37:10 +01:00
parent 76e1df1bfd
commit 0f67e21c98
9 changed files with 7 additions and 7 deletions

View file

@ -814,7 +814,7 @@ gimp_gtkrc (void)
if (! gimp_gtkrc_filename)
gimp_gtkrc_filename = g_build_filename (gimp_data_directory (),
"themes", "Default", "gtkrc",
"themes", "System", "gtkrc",
NULL);
return gimp_gtkrc_filename;