aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-05 05:51:31 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-05 05:51:31 +0800
commit359950ec9266be580ab6bb599e59a05919c7c42a (patch)
tree624544eb83727f13ffab577425257856d8c80421 /embed
parent8180308e57e97c0c4e69331aac409e49e6a38876 (diff)
downloadgsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar
gsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar.gz
gsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar.bz2
gsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar.lz
gsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar.xz
gsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.tar.zst
gsoc2013-epiphany-359950ec9266be580ab6bb599e59a05919c7c42a.zip
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')
-rw-r--r--embed/ephy-embed-prefs.h6
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"