gui/graph-displayer.cc
changeset 2052 c54ce7a5f4e7
parent 2012 224cd6aacfc1
     1.1 --- a/gui/graph-displayer.cc	Fri Apr 14 18:07:33 2006 +0000
     1.2 +++ b/gui/graph-displayer.cc	Fri Apr 14 18:31:16 2006 +0000
     1.3 @@ -9,7 +9,6 @@
     1.4  #include <libgnomecanvasmm/polygon.h>
     1.5  
     1.6  #include <locale.h>
     1.7 -#include "gettext.h"
     1.8  
     1.9  #define MAIN_PART
    1.10  
    1.11 @@ -21,6 +20,7 @@
    1.12  
    1.13  int main(int argc, char *argv[])
    1.14  {
    1.15 +  setlocale(LC_ALL, "");
    1.16    bindtextdomain(PACKAGE, LOCALEDIR);
    1.17    bind_textdomain_codeset(PACKAGE, "UTF-8");
    1.18    textdomain(PACKAGE);