aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-prefs.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-05 07:56:12 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-05 07:56:12 +0800
commit0258ff08cfd0eff38e1d13704ce0d47c99706df5 (patch)
tree047b0760cbdb45abe9a1a8a1ddc9b91c51e766da /embed/ephy-embed-prefs.h
parentf2d0b1b1266b3bd92916dc23019af6322d510f77 (diff)
downloadgsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.tar
gsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.tar.gz
gsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.tar.bz2
gsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.tar.lz
gsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.tar.xz
gsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.tar.zst
gsoc2013-epiphany-0258ff08cfd0eff38e1d13704ce0d47c99706df5.zip
Migrate font family too
2003-11-05 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Migrate font family too
Diffstat (limited to 'embed/ephy-embed-prefs.h')
-rw-r--r--embed/ephy-embed-prefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h
index aaea92845..0ba5954f8 100644
--- a/embed/ephy-embed-prefs.h
+++ b/embed/ephy-embed-prefs.h
@@ -27,7 +27,8 @@
#define CONF_NETWORK_PROXY_AUTO_URL "/system/proxy/autoconfig_url"
#define CONF_NETWORK_PROXY_IGNORE_HOSTS "/system/http_proxy/ignore_hosts"
-/* Deprecated, we migrate them */
+/* DEPRECATED, we migrate them */
#define CONF_RENDERING_FONT_VAR_SIZE_OLD "/apps/epiphany/web/font_var_size"
#define CONF_RENDERING_FONT_FIXED_SIZE_OLD "/apps/epiphany/web/font_fixed_size"
#define CONF_RENDERING_FONT_MIN_SIZE_OLD "/apps/epiphany/web/font_min_size"
+#define CONF_RENDERING_FONT_TYPE_OLD "/apps/epiphany/web/default_font_type"