pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/plot-hist.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/plot-hist.c
Date: Sun, 31 Jul 2005 17:43:13 -0400

Index: pspp/src/plot-hist.c
diff -u pspp/src/plot-hist.c:1.5 pspp/src/plot-hist.c:1.6
--- pspp/src/plot-hist.c:1.5    Sun May  8 00:13:19 2005
+++ pspp/src/plot-hist.c        Sun Jul 31 21:42:46 2005
@@ -28,11 +28,12 @@
 #include <gsl/gsl_histogram.h>
 #include <gsl/gsl_randist.h>
 #include <assert.h>
-
 #include "hash.h"
-
 #include "var.h"
 #include "chart.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* Write the legend of the chart */
 void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]