/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2004, 2005, 2006 Free Software Foundation
+ Copyright (C) 2004, 2005, 2006, 2009 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
So unset the bits we want to control ourselves */
setlocale (LC_NUMERIC, "C");
- bindtextdomain (PACKAGE, locale_dir);
+ bindtextdomain (PACKAGE, relocate (locale_dir));
glade_init ();
/* PSPP - a program for statistical analysis.
- Copyright (C) 1997-9, 2000, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1997-9, 2000, 2006, 2007, 2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#include "fatal-signal.h"
#include "progname.h"
+#include "relocatable.h"
#include "gettext.h"
#define _(msgid) gettext (msgid)
#if HAVE_LC_PAPER
setlocale (LC_PAPER, "");
#endif
- bindtextdomain (PACKAGE, locale_dir);
+ bindtextdomain (PACKAGE, relocate (locale_dir));
textdomain (PACKAGE);
#endif /* ENABLE_NLS */
}