X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=b291b0af1a05fba6d74c025c5da2e1c938a00b0c;hb=9f1d9ea8ac4f5e35a773581cf3d5ebd9e219bff8;hp=58264d99b0520c1abb4742f7d2b22f6d7b6cf196;hpb=fe78c02ffbbf5e26593b48e47600c4ca86af681c;p=pspp-builds.git diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 58264d99..b291b0af 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -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 */