Re-added the help button callbacks
[pspp-builds.git] / src / ui / gui / syntax-editor.c
index 35fd7a5e869aabc3b97a1e8f4caebde5e5846edf..3341e5c04f6d17487302bf9d69383d09afc80e5b 100644 (file)
@@ -325,6 +325,8 @@ new_syntax_editor (void)
   struct syntax_editor *se ;
   struct editor_window *e;
 
+  connect_help (xml);
+
   se = g_malloc (sizeof (*se));
 
   e = (struct editor_window *)se;