Continue reforming error message support. In this phase, drop actual
[pspp-builds.git] / src / ui / gui / psppire.c
index 58264d99b0520c1abb4742f7d2b22f6d7b6cf196..b291b0af1a05fba6d74c025c5da2e1c938a00b0c 100644 (file)
@@ -39,6 +39,7 @@
 #include "data-sheet.h"
 #include "var-sheet.h"
 #include "psppire-case-array.h"
+#include "message-dialog.h"
 
 GladeXML *xml;
 
@@ -68,6 +69,8 @@ main(int argc, char *argv[])
 
   glade_init();
 
+  message_dialog_init();
+
   the_dictionary = psppire_dict_new();
 
   /* Create the model for the var_sheet */