New objects psppire-window and psppire-syntax-window.
[pspp-builds.git] / src / ui / gui / window-manager.c
index 91f44a59f8f592b8942817544fd74eef241e8d3c..e42116643e3298c594fe2cae690e1b5bc64f2876 100644 (file)
@@ -20,7 +20,7 @@
 #include "relocatable.h"
 
 #include <glib.h>
-#include "syntax-editor.h"
+#include "psppire-syntax-window.h"
 #include "data-editor.h"
 #include "output-viewer.h"
 
@@ -84,7 +84,7 @@ window_create (enum window_type type, const gchar *name)
   switch (type)
     {
     case WINDOW_SYNTAX:
-      e = (struct editor_window *) new_syntax_editor ();
+      //e = (struct editor_window *) new_syntax_editor ();
       break;
     case WINDOW_DATA:
       e = (struct editor_window *) new_data_editor ();