[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Wed Nov 24 07:50:03 CET 2004
CVS commit by staikos:
- Add Nicolas to the authors list since he authored a significant component
- add --nq option to disable the quickstart dialog
M +9 -0 main.cpp 1.92
--- kdeextragear-2/kst/kst/main.cpp #1.91:1.92
@@ -68,4 +68,5 @@ static KCmdLineOptions options[] = {
{ "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},
{ "+[Files]", I18N_NOOP("Data files (if -y given) or *.kst file"), 0},
KCmdLineLastOption
@@ -323,4 +324,8 @@ int main(int argc, char *argv[]) {
"",
"");
+ aboutData.addAuthor("Nicolas Brisset",
+ "",
+ "",
+ "");
KCmdLineArgs::init( argc, argv, &aboutData );
@@ -689,4 +694,8 @@ int main(int argc, char *argv[]) {
}
+ if (args->isSet("nq")) {
+ showQuickStart = false;
+ }
+
if (printfile != "<none>") {
kst->forceUpdate();
More information about the Kst
mailing list