Re: gnome-core
- From: KUSANO Takayuki <AE5T-KSN asahi-net or jp>
- To: Jacob "Ulysses" Berkman <jacob helixcode com>
- Cc: gnome-i18n gnome org
- Subject: Re: gnome-core
- Date: Wed, 01 Nov 2000 01:16:09 +0900
> I'll probably be doing another release of gnome-core 1.2.x this week.
> There is a new string in gnome-core/gsm/gnome-login-check.c, so people
> should update their translations and stuff.
_(...) in gnome-login-check.c does not work correctly because
bindtextdomain() and textdomain() functions are not called at beginning.
How about this patch?
--- gnome-login-check.c.orig Wed Nov 1 01:07:59 2000
+++ gnome-login-check.c Wed Nov 1 01:08:25 2000
@@ -234,6 +234,8 @@
gchar *msg, *s;
gnome_init ("gnome-login-check", "0.1", argc, argv);
+ bindtextdomain (PACKAGE, GNOMELOCALEDIR);
+ textdomain (PACKAGE);
gdk_window_get_pointer (GDK_ROOT_PARENT(), NULL, NULL, &state);
KUSANO Takayuki <URL:http://www.asahi-net.or.jp/~AE5T-KSN/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]