Use libintl.h instead of locale.h.
authorAkos Ladanyi <ladanyi@tmit.bme.hu>
Mon, 07 Jul 2008 14:54:54 +0100
changeset 2fdb8a163000f
parent 1 67188bd752db
child 3 2cc5ed6e6255
Use libintl.h instead of locale.h.
graph-displayer.cc
     1.1 --- a/graph-displayer.cc	Mon Jul 07 08:10:39 2008 -0500
     1.2 +++ b/graph-displayer.cc	Mon Jul 07 14:54:54 2008 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  #include <libgnomecanvasmm.h>
     1.5  #include <libgnomecanvasmm/polygon.h>
     1.6  
     1.7 -#include <locale.h>
     1.8 +#include <libintl.h>
     1.9  
    1.10  #define MAIN_PART
    1.11