Added ROTATION to this list of default tables
[pspp-builds.git] / src / ui / gui / factor-dialog.c
index 83671fb09870c3f069b79475fe2000c421d7e15a..1480e0675b43d38acc4ef2ce99663ef4bae89413 100644 (file)
@@ -342,6 +342,7 @@ generate_syntax (const struct factor *rd)
   g_string_append (string, "INITIAL ");
   if ( rd->extraction.unrotated )  
     g_string_append (string, "EXTRACTION ");
+  g_string_append (string, "ROTATION");
 
 
   g_string_append (string, ".\n");