1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

Fixed bug for locale directory

This commit is contained in:
Sebastien Helleu
2003-11-01 22:49:35 +00:00
parent 6af18b3dbc
commit 273f4860fe
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -15,6 +15,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
noinst_LIBRARIES = lib_weechat_main.a
lib_weechat_main_a_SOURCES = weechat.c \
+1 -1
View File
@@ -231,7 +231,7 @@ main (int argc, char *argv[])
t_irc_server *ptr_server;
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, "/usr/share/locale");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
/* pre-initiliaze interface */
+2
View File
@@ -15,6 +15,8 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\"
noinst_LIBRARIES = lib_weechat_main.a
lib_weechat_main_a_SOURCES = weechat.c \
+1 -1
View File
@@ -231,7 +231,7 @@ main (int argc, char *argv[])
t_irc_server *ptr_server;
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, "/usr/share/locale");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
/* pre-initiliaze interface */