From 007d3ad28aa0f1f84f7e5103f814ec57c9adebfd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 26 Nov 2007 22:32:12 +0000 Subject: [PATCH] Use either lib/locale or share/locale depending on which one is in 2007-11-27 Tor Lillqvist * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either lib/locale or share/locale depending on which one is in GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based on the _nl_msg_cat_cntr variable, eek), share/locale gets used. * glib-zip.in: Likewise, look for message catalogs either in lib/locale or share/locale. svn path=/trunk/; revision=5944 --- ChangeLog | 10 ++++++++++ glib-zip.in | 13 +++++++++++-- glib/gutils.c | 36 ++++++++++++++++++++++-------------- 3 files changed, 43 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index e48291eb..384503b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-27 Tor Lillqvist + + * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either + lib/locale or share/locale depending on which one is in + GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based + on the _nl_msg_cat_cntr variable, eek), share/locale gets used. + + * glib-zip.in: Likewise, look for message catalogs either in + lib/locale or share/locale. + 2007-11-26 Matthias Clasen * gio/gfileattribute.c: Fix up a doc comment. diff --git a/glib-zip.in b/glib-zip.in index 9ca1e0b5..d50f831f 100755 --- a/glib-zip.in +++ b/glib-zip.in @@ -16,7 +16,6 @@ cp -p @abs_srcdir@/COPYING share/doc/glib-dev-@GLIB_VERSION@ rm $ZIP zip $ZIP -@ <