Re enable the connect_help function
[pspp-builds.git] / src / ui / gui / psppire-output-window.c
index bd923625859b7c6919fd1db51587a84cfc90b3cc..3671e098c0ea9d1156bcff13559cffb47497b5c8 100644 (file)
@@ -208,7 +208,7 @@ psppire_output_window_init (PsppireOutputWindow *window)
 
   gtk_widget_show_all (box);
 
-  //  connect_help (xml);
+  connect_help (xml);
 
   window->buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (window->textview));
 
@@ -264,6 +264,7 @@ psppire_output_window_new (void)
 {
   return GTK_WIDGET (g_object_new (psppire_output_window_get_type (),
                                   "usage", PSPPIRE_WINDOW_USAGE_OUTPUT,
+                                  "filename", "Output",
                                   NULL));
 }