summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-06-13 20:57:47 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-06-13 20:57:47 +0000
commit9716d1c2d3c84c388083e08a94f74284811825e1 (patch)
treec393a542393b32bd1dc463da6e1a1307fdc96c7a /atk
parent7a8f049ea7f5892a316d4359fcd30140a612678d (diff)
downloadatk-9716d1c2d3c84c388083e08a94f74284811825e1.tar.gz
Set gettext_initialized.
2003-06-13 Tor Lillqvist <tml@iki.fi> * atk/atkobject.c (atk_role_get_localized_name): Set gettext_initialized. * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin directory, so look there, too. Include the message catalogs.
Diffstat (limited to 'atk')
-rwxr-xr-xatk/atkobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 31bbc65..5f25af5 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -1229,6 +1229,8 @@ atk_role_get_localized_name (AtkRole role)
#ifdef ENABLE_NLS
if (!gettext_initialized)
{
+ gettext_initialized = TRUE;
+
bindtextdomain (GETTEXT_PACKAGE, ATKLOCALEDIR);
#ifdef HAVE_BIND_TEXTDOMAIN_CODESET
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");