[patch] gpilot_install_file



Hi,

This is patch for conduits/file/gpilot_install_file.c for more NLS.

--- gpilot_install_file.c.orig	Mon Jan 17 12:41:45 2000
+++ gpilot_install_file.c	Mon Jan 17 12:40:12 2000
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <gpilotd/gpilotd-app.h>
 #include <libgnorba/gnorba.h>
 
@@ -116,6 +117,9 @@
 	gchar **pilots = NULL;
         char **args;
         
+	bindtextdomain (PACKAGE, GNOMELOCALEDIR);
+	textdomain (PACKAGE);
+
 	if(argc<2) {
 		g_message("usage : %s [--now|--later] [FILE]",argv[0]);
 		exit(1);

--- Tahara Yuusuke <m5021212@u-aizu.ac.jp>
-> The University of Aizu / Department of Computer Systems
-> http://www.u-aizu.ac.jp/~m5021212/
-> http://gehenna.u-aizu.ac.jp/~tahara/
-> ICQ: 38459330(@work), 35702748(@lab), 14439176(@home)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]