aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-14 03:30:13 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-14 03:30:13 +0800
commitb0a5fd30502853b0498c55538e400c01287f4137 (patch)
treeefe880e2a9b3ab5309c31de49688dbc144d8bb58
parent4e4136a14c342e8aaa0d55a86d9aa83c5f4e70e6 (diff)
downloadgsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.tar
gsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.tar.gz
gsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.tar.bz2
gsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.tar.lz
gsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.tar.xz
gsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.tar.zst
gsoc2013-epiphany-b0a5fd30502853b0498c55538e400c01287f4137.zip
Typo
2003-06-13 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed-prefs.h: Typo
-rw-r--r--ChangeLog6
-rw-r--r--embed/ephy-embed-prefs.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bdad6b30..38b35dc5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-13 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * embed/ephy-embed-prefs.h:
+
+ Typo
+
2003-06-13 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c: (create_language_menu):
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h
index 2bc82ad5d..e34c3f53c 100644
--- a/embed/ephy-embed-prefs.h
+++ b/embed/ephy-embed-prefs.h
@@ -3,7 +3,7 @@
#define CONF_RENDERING_FONT "/apps/epiphany/web/font"
#define CONF_RENDERING_FONT_VAR_SIZE "/apps/epiphany/web/font_var_size"
#define CONF_RENDERING_FONT_FIXED_SIZE "/apps/epiphany/web/font_fixed_size"
-#define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphanyweb/font_min_size"
+#define CONF_RENDERING_FONT_MIN_SIZE "/apps/epiphany/web/font_min_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"