diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-06 04:27:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-06 04:27:19 +0800 |
commit | 480b4fa6a806a5e73d8842c75544c453acaf6c0a (patch) | |
tree | 15aab96fcd43a313737835e02be7f29a25763310 | |
parent | 17f1c7f1401ba0446c79b65d32b673ea601ba2b4 (diff) | |
download | gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.tar gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.tar.gz gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.tar.bz2 gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.tar.lz gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.tar.xz gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.tar.zst gsoc2013-epiphany-480b4fa6a806a5e73d8842c75544c453acaf6c0a.zip |
Updated comment to refer to the schema autogeneration tool.
2005-12-05 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-langs.c:
Updated comment to refer to the schema autogeneration tool.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-langs.c | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-12-05 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-langs.c: + + Updated comment to refer to the schema autogeneration tool. + +2005-12-05 Christian Persch <chpe@cvs.gnome.org> + * data/ui/epiphany-ui.xml: Remove a unused popup menu declaration. diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c index f1977d829..f00cfb8d2 100644 --- a/lib/ephy-langs.c +++ b/lib/ephy-langs.c @@ -30,8 +30,8 @@ #include <libxml/xmlreader.h> -/* If you add more language codes here, remember also to add them in the default font size - * section in data/default-prefs-common.js. +/* If you add more language codes here, remember to also + * add them to data/generate-font-schemas.py . */ static const EphyFontsLanguageInfo font_languages [] = { |