From: John Darrington Date: Thu, 20 May 2010 15:32:31 +0000 (+0200) Subject: Added ROTATION to this list of default tables X-Git-Tag: v0.7.5~10 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=71eaa994710727e4067db634af748916eeb48a72 Added ROTATION to this list of default tables --- 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");