diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-04 21:51:31 +0000 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-04 21:51:31 +0000 |
commit | 359950ec9266be580ab6bb599e59a05919c7c42a (patch) | |
tree | 624544eb83727f13ffab577425257856d8c80421 /embed/ephy-embed-prefs.h | |
parent | 8180308e57e97c0c4e69331aac409e49e6a38876 (diff) | |
download | epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar.gz |
Better names for new font size keys
2003-11-04 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed-prefs.h:
Better names for new font size keys
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r-- | embed/ephy-embed-prefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index 71cba6166..aaea92845 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -1,8 +1,8 @@ #define CONF_NETWORK_CACHE_SIZE "/apps/epiphany/web/cache_size" #define CONF_RENDERING_FONT "/apps/epiphany/web/font" -#define CONF_RENDERING_FONT_VAR_SIZE "/apps/epiphany/web/font_var_size_pt" -#define CONF_RENDERING_FONT_FIXED_SIZE "/apps/epiphany/web/font_fixed_size_pt" -#define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphany/web/font_min_size_pt" +#define CONF_RENDERING_FONT_VAR_SIZE "/apps/epiphany/web/variable_font_size" +#define CONF_RENDERING_FONT_FIXED_SIZE "/apps/epiphany/web/fixed_font_size" +#define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphany/web/minimum_font_size" #define CONF_RENDERING_LANGUAGE "/apps/epiphany/web/language" #define CONF_RENDERING_USE_OWN_COLORS "/apps/epiphany/web/use_own_colors" #define CONF_RENDERING_USE_OWN_FONTS "/apps/epiphany/web/use_own_fonts" |