X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=a7b22037b868e7d523726c8f80faab41ebe1acc8;hb=4d70434db549461d1391db27a165f36be5a39378;hp=974d18b7e0d70f9cff244fbff3d5ee600ab126ba;hpb=6b0b63b2d1be5ba575705ad07988aec21aa09699;p=pspp-builds.git diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 974d18b7..a7b22037 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -1,5 +1,5 @@ /* 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 @@ -79,7 +79,7 @@ initialize (void) So unset the bits we want to control ourselves */ setlocale (LC_NUMERIC, "C"); - bindtextdomain (PACKAGE, locale_dir); + bindtextdomain (PACKAGE, relocate (locale_dir)); glade_init ();