diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 07:26:15 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 07:26:15 +0800 |
commit | 5b611b051cb2f3b8ebc44ace3de5e8e0edeab6b7 (patch) | |
tree | 2358daf49319cc8cfcf9373cf03ce8bc2139d56c | |
parent | ebae73d6cf36e17803601df93a2d7faf99cf6d84 (diff) | |
download | gsoc2013-evolution-5b611b051cb2f3b8ebc44ace3de5e8e0edeab6b7.tar.gz gsoc2013-evolution-5b611b051cb2f3b8ebc44ace3de5e8e0edeab6b7.tar.zst gsoc2013-evolution-5b611b051cb2f3b8ebc44ace3de5e8e0edeab6b7.zip |
Add e_utf8_to_locale_string, used in e-util.
2005-06-18 Tor Lillqvist <tml@novell.com>
* win32/libemiscwidgets.def: Add e_utf8_to_locale_string, used in
e-util.
svn path=/trunk/; revision=29525
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | win32/libemiscwidgets.def | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,9 @@ * win32/Makefile.am (EXTRA_DIST): Typo. + * win32/libemiscwidgets.def: Add e_utf8_to_locale_string, used in + e-util. + 2005-06-17 Kaushal Kumar <kakumar@novell.com> * Retired GAL from Head. The relevant files have moved inside diff --git a/win32/libemiscwidgets.def b/win32/libemiscwidgets.def index ed66e8d2cc..8f4434a52a 100644 --- a/win32/libemiscwidgets.def +++ b/win32/libemiscwidgets.def @@ -18,3 +18,4 @@ EXPORTS e_map_window_to_world e_map_zoom_out e_map_zoom_to_location + e_utf8_to_locale_string |