diff options
-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 [] = { |