mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
76e1df1bfd
commit
0f67e21c98
9 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue