From 359950ec9266be580ab6bb599e59a05919c7c42a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 4 Nov 2003 21:51:31 +0000 Subject: Better names for new font size keys 2003-11-04 Marco Pesenti Gritti * embed/ephy-embed-prefs.h: Better names for new font size keys --- embed/ephy-embed-prefs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/ephy-embed-prefs.h') 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" -- cgit v1.2.3