diff options
author | Dan Winship <danw@src.gnome.org> | 2002-11-27 01:22:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-11-27 01:22:34 +0800 |
commit | 6c0ba6d1f6d2a89ea011b5c9d671c941f8d324c0 (patch) | |
tree | 94407f654941860067dc36195ac96a1284649f47 /shell/ChangeLog | |
parent | 57d76d9b31a0ff48f2134d11737818a74fdf6c8a (diff) | |
download | gsoc2013-evolution-6c0ba6d1f6d2a89ea011b5c9d671c941f8d324c0.tar.gz gsoc2013-evolution-6c0ba6d1f6d2a89ea011b5c9d671c941f8d324c0.tar.zst gsoc2013-evolution-6c0ba6d1f6d2a89ea011b5c9d671c941f8d324c0.zip |
e_get_language_list now returns language codes that actually work with
* e-shell-settings-dialog.c (page_new): e_get_language_list now
returns language codes that actually work with oaf, making the
_()s here redundant.
* e-component-info.c (get_i18n_value): Remove code to turn "fr_FR"
into "fr", since e_get_language_list will return both now.
svn path=/trunk/; revision=18928
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4a9d3dbdca..97dcec3383 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2002-11-25 Dan Winship <danw@ximian.com> + + * e-shell-settings-dialog.c (page_new): e_get_language_list now + returns language codes that actually work with oaf, making the + _()s here redundant. + + * e-component-info.c (get_i18n_value): Remove code to turn "fr_FR" + into "fr", since e_get_language_list will return both now. + 2002-11-25 Ettore Perazzoli <ettore@ximian.com> * apps_evolution_shell.schemas: Fix <key> -> <applyto> typo. |