gtk+ r19083 - in trunk: . gtk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r19083 - in trunk: . gtk
- Date: Wed, 28 Nov 2007 01:06:07 +0000 (GMT)
Author: tml
Date: 2007-11-28 01:06:07 +0000 (Wed, 28 Nov 2007)
New Revision: 19083
ViewCVS link: http://svn.gnome.org/viewcvs/gtk+?rev=19083&view=rev
Modified:
trunk/ChangeLog
trunk/gtk-zip.sh.in
trunk/gtk/gtkmain.c
Log:
2007-11-28 Tor Lillqvist <tml novell com>
A proper build of GNU libintl is supposed to export the variable
_nl_msg_cat_cntr. configure looks for that variable in order to
recognize GNU gettext. If it sees that it is indeed GNU gettext
that is used, it decides to install message catalogs in
share/locale, otherwise in lib/locale. Until now on Windows I have
built GTK+ against a build of GNU gettext that did not export
_nl_msg_cat_cntr. But this will change, so we can't assume message
catalogs are always in lib/locale.
* gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle
GTK_LOCALEDIR being either in "lib" or "share". Move the function
before the inclusion of gtkprivate.h so that it sees the original
GTK_LOCALEDIR.
* gtk-zip.sh.in: Check whether the message catalogs are in
share/locale or lib/locale.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]