Added ROTATION to this list of default tables
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 20 May 2010 15:32:31 +0000 (17:32 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 21 May 2010 05:56:38 +0000 (07:56 +0200)
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");