Set more appropriate default names for Syntax and Output windows.
[pspp-builds.git] / src / ui / gui / psppire-syntax-window.c
index 7de62913482258153618bf7be23c41597958f594..a786db8040c5bcb2ec7e18df1772fd4eb536c63f 100644 (file)
@@ -602,6 +602,7 @@ psppire_syntax_window_new (void)
 {
   return GTK_WIDGET (g_object_new (psppire_syntax_window_get_type (),
                                   "usage", PSPPIRE_WINDOW_USAGE_SYNTAX,
+                                  "filename", "Syntax",
                                   NULL));
 }