From 71eaa994710727e4067db634af748916eeb48a72 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Thu, 20 May 2010 17:32:31 +0200 Subject: [PATCH] Added ROTATION to this list of default tables --- src/ui/gui/factor-dialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/gui/factor-dialog.c b/src/ui/gui/factor-dialog.c index 83671fb0..1480e067 100644 --- a/src/ui/gui/factor-dialog.c +++ b/src/ui/gui/factor-dialog.c @@ -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"); -- 2.30.2