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

@ -24,7 +24,7 @@
#include "config/gimpdisplayconfig.h" #include "config/gimpdisplayconfig.h"
#define GIMP_CONFIG_DEFAULT_THEME "Default" #define GIMP_CONFIG_DEFAULT_THEME "System"
#define GIMP_CONFIG_DEFAULT_ICON_THEME "Color" #define GIMP_CONFIG_DEFAULT_ICON_THEME "Color"

View file

@ -2422,7 +2422,7 @@ icons/Legacy/Makefile
icons/Symbolic/Makefile icons/Symbolic/Makefile
icons/Symbolic-Inverted/Makefile icons/Symbolic-Inverted/Makefile
themes/Makefile themes/Makefile
themes/Default/Makefile themes/System/Makefile
themes/Small/Makefile themes/Small/Makefile
themes/Darker/Makefile themes/Darker/Makefile
themes/Dark/Makefile themes/Dark/Makefile

View file

@ -850,7 +850,7 @@ Sets the theme search path. This is a colon-separated list of folders to
search. search.
.TP .TP
(theme "Default") (theme "System")
The name of the theme to use. This is a string value. The name of the theme to use. This is a string value.

View file

@ -667,7 +667,7 @@
# The name of the theme to use. This is a string value. # The name of the theme to use. This is a string value.
# #
# (theme "Default") # (theme "System")
# Sets the icon theme search path. This is a colon-separated list of folders # Sets the icon theme search path. This is a colon-separated list of folders
# to search. # to search.

View file

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

View file

@ -1,3 +1,3 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
SUBDIRS = Default Small Darker Dark Gray Light Lighter SUBDIRS = Darker Dark Gray Light Lighter Small System

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
themedatadir = $(gimpdatadir)/themes/Default themedatadir = $(gimpdatadir)/themes/System
themedata_DATA = gtkrc themedata_DATA = gtkrc