[Lemon-commits] Akos Ladanyi: Use libintl.h instead of locale.h.

Lemon HG hg at lemon.cs.elte.hu
Thu Jul 10 18:40:32 CEST 2008


details:   http://lemon.cs.elte.hu/hg/glemon/rev/eb5cfef132ce
changeset: 2:eb5cfef132ce
user:      Akos Ladanyi <ladanyi [at] tmit.bme.hu>
date:      Mon Jul 07 14:54:54 2008 +0100
description:
	Use libintl.h instead of locale.h.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
graph-displayer.cc |    2 +-

diffs (12 lines):

diff -r 5f2ec9dfbe8b -r eb5cfef132ce graph-displayer.cc
--- a/graph-displayer.cc	Mon Jul 07 08:10:39 2008 -0500
+++ b/graph-displayer.cc	Mon Jul 07 14:54:54 2008 +0100
@@ -25,7 +25,7 @@
 #include <libgnomecanvasmm.h>
 #include <libgnomecanvasmm/polygon.h>
 
-#include <locale.h>
+#include <libintl.h>
 
 #define MAIN_PART
 



More information about the Lemon-commits mailing list