diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-29 01:48:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-29 01:48:02 +0800 |
commit | 8910fc09d977dc9ae58227aad6ff7cc70a1d93bc (patch) | |
tree | c433a94da5ffb0ba45ccccd04479b8af9f6f3523 /widgets/ChangeLog | |
parent | bb0d02c04bb2c09e004ba5bad2159cc3cb219672 (diff) | |
download | gsoc2013-evolution-8910fc09d977dc9ae58227aad6ff7cc70a1d93bc.tar.gz gsoc2013-evolution-8910fc09d977dc9ae58227aad6ff7cc70a1d93bc.tar.zst gsoc2013-evolution-8910fc09d977dc9ae58227aad6ff7cc70a1d93bc.zip |
Don't convert the label charset from UTF-8 into the locale charset.
2003-04-23 Jeffrey Stedfast <fejj@ximian.com>
* menus/gal-view-menus.c (build_menus): Don't convert the label
charset from UTF-8 into the locale charset.
svn path=/trunk/; revision=20985
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 8e4144369c..6233092a4b 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,8 +1,12 @@ -2003-04-22 Anna Dirks <anna@ximian.com> +2003-04-23 Jeffrey Stedfast <fejj@ximian.com> + + * menus/gal-view-menus.c (build_menus): Don't convert the label + charset from UTF-8 into the locale charset. - *misc/e-multi-config-dialog.c : add appropriate padding - and spacing to the settings dialog. Fixes #41392. +2003-04-22 Anna Dirks <anna@ximian.com> + * misc/e-multi-config-dialog.c : add appropriate padding and + spacing to the settings dialog. Fixes #41392. 2003-04-10 Mike Kestner <mkestner@ximian.com> |