diff -r de8bef01b9ec -r b289ba51506f graph-displayer.cc --- a/graph-displayer.cc Wed Apr 12 20:38:22 2006 +0000 +++ b/graph-displayer.cc Fri Apr 14 18:31:16 2006 +0000 @@ -9,7 +9,6 @@ #include #include -#include "gettext.h" #define MAIN_PART @@ -21,6 +20,7 @@ int main(int argc, char *argv[]) { + setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); bind_textdomain_codeset(PACKAGE, "UTF-8"); textdomain(PACKAGE);