mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Tack on "/share/locale" to GTK_LOCALEDIR so that the code in
2007-11-28 Tor Lillqvist <tml@novell.com> * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so that the code in _gtk_get_localedir() will find the slashes. svn path=/trunk/; revision=19084
This commit is contained in:
parent
10825b14b8
commit
82b031d9e9
@ -17,6 +17,9 @@
|
||||
* gtk-zip.sh.in: Check whether the message catalogs are in
|
||||
share/locale or lib/locale.
|
||||
|
||||
* config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
|
||||
that the code in _gtk_get_localedir() will find the slashes.
|
||||
|
||||
2007-11-28 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/Makefile.am: Improve portability. The -o option is present
|
||||
|
@ -88,7 +88,7 @@
|
||||
#define ENABLE_NLS 1
|
||||
|
||||
/* Define the location where the catalogs will be installed */
|
||||
#define GTK_LOCALEDIR "UNUSED"
|
||||
#define GTK_LOCALEDIR "UNUSED/share/locale"
|
||||
|
||||
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
|
||||
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
|
||||
|
Loading…
Reference in New Issue
Block a user