[Kst] [Bug 115662] -F commandline switch not working

netterfield@astro.utoronto.ca netterfield at astro.utoronto.ca
Sun Dec 11 07:07:59 CET 2005


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=115662         
netterfield astro utoronto ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From netterfield astro utoronto ca  2005-12-11 07:07 -------
SVN commit 487589 by netterfield:

BUG: 115662

Improve documentation for -F option.



 M  +1 -1      main.cpp  


--- trunk/extragear/graphics/kst/kst/main.cpp #487588:487589
 @ -48,7 +48,6  @
 static QStringList startupErrors;
 
 static KCmdLineOptions options[] = {
-  {"F <dataFile>", I18N_NOOP("Specify data file: used to override a kst file default"), "|"},
   { "y <Y>",  I18N_NOOP("Field for Y axis (multiple allowed)"), 0 },
   { "z <Z>",  I18N_NOOP("Field for a Z image (multiple allowed)"), 0 },
   { "ye <equation>",  I18N_NOOP("Equation for Y axis (multiple allowed)"), 0 },
 @ -72,6 +71,7  @
   { "print <file>",  I18N_NOOP("Print to file and exit"),"<none>"},
   { "png <file>",  I18N_NOOP("Save as a png file and exit"),"<none>"},
   { "nq",     I18N_NOOP("Bypass the quickstart dialog"), 0},
+  {"F <dataFile>", I18N_NOOP("Override a *.kst file's data file with <datafile>"), "|"},
   { "+[Files]", I18N_NOOP("Data files (if -y given) or *.kst file"), 0},
   KCmdLineLastOption
 };


More information about the Kst mailing list