Fixed a lot of internationalisation issues.
[pspp-builds.git] / src / ui / gui / missing-val-dialog.c
index f81411eb0db8220a5560ba43b04a28ed3c6a1172..4e1665456288cdd3581f2feab06680ceb3b268e2 100644 (file)
 /*  This module describes the behaviour of the Missing Values dialog box,
     used for input of the missing values in the variable sheet */
 
+#include <config.h>
+#include <gettext.h>
+#define _(msgid) gettext (msgid)
+#define N_(msgid) msgid
+
+
 #include "helper.h"
 #include "missing-val-dialog.h"
 #include <data/missing-values.h>
@@ -33,7 +39,6 @@
 
 #include <string.h>
 
-#define _(A) A
 
 /* A simple (sub) dialog box for displaying user input errors */
 static void