Re: gnome-core



> 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]