[Uml-devel] kdesdk (silent)
Andy Goossens
andygoossens at pandora.be
Mon Oct 13 14:41:02 UTC 2003
CVS commit by goossens:
CVS_SILENT using KCmdLineLastOption
M +1 -1 cervisia/main.cpp 1.17
M +1 -1 kbabel/catalogmanager/main.cpp 1.22
M +1 -1 kbabel/kbabel/main.cpp 1.70
M +1 -1 kbabel/kbabeldict/main.cpp 1.23
M +1 -1 kbugbuster/main.cpp 1.11
M +1 -1 kcachegrind/kcachegrind/main.cpp 1.5
M +1 -1 kmtrace/kmtrace.cpp 1.21
M +1 -1 kompare/main.cpp 1.36
M +1 -1 kspy/main.cpp 1.3
M +2 -2 kstartperf/kstartperf.cpp 1.5
M +1 -1 umbrello/umbrello/main.cpp 1.14
--- kdesdk/cervisia/main.cpp #1.16:1.17
@@ -108,5 +108,5 @@ int main(int argc, char **argv)
{ "resolve <file>", I18N_NOOP("Show resolve dialog for the given file"), 0 },
{ "log <file>", I18N_NOOP("Show log dialog for the given file"), 0 },
- { 0, 0, 0 }
+ KCmdLineLastOption
};
KAboutData about("cervisia", I18N_NOOP("Cervisia"), CERVISIA_VERSION,
--- kdesdk/kbabel/catalogmanager/main.cpp #1.21:1.22
@@ -151,5 +151,5 @@ static KCmdLineOptions options[] =
{
{"project <configfile>",I18N_NOOP("File to load configuration from"),0},
- {0,0,0}
+ KCmdLineLastOption
};
--- kdesdk/kbabel/kbabel/main.cpp #1.69:1.70
@@ -424,5 +424,5 @@ static KCmdLineOptions options[] =
{"project <configfile>",I18N_NOOP("File to load configuration from"),0},
{"+[file]",I18N_NOOP("files to open"),0},
- {0,0,0}
+ KCmdLineLastOption
};
--- kdesdk/kbabel/kbabeldict/main.cpp #1.22:1.23
@@ -93,5 +93,5 @@ static KCmdLineOptions options[] =
{
{"nosplash",I18N_NOOP("disable splashscreen at startup"),0},
- {0,0,0}
+ KCmdLineLastOption
};
--- kdesdk/kbugbuster/main.cpp #1.10:1.11
@@ -40,5 +40,5 @@ static const KCmdLineOptions options[] =
{"package <pkg>", I18N_NOOP("Start with the buglist for <package>."), 0},
{"bug <br>", I18N_NOOP("Start with bug report <br>."), 0},
- {0,0,0}
+ KCmdLineLastOption
};
--- kdesdk/kcachegrind/kcachegrind/main.cpp #1.4:1.5
@@ -38,5 +38,5 @@ static KCmdLineOptions options[] =
{ "r <exec>", I18N_NOOP("Run <exec> under cachegrind."), 0 },
{ "+[trace]", I18N_NOOP("Show information of this trace"), 0 },
- { 0, 0, 0 } // End of options.
+ KCmdLineLastOption // End of options.
};
--- kdesdk/kmtrace/kmtrace.cpp #1.20:1.21
@@ -574,5 +574,5 @@ static KCmdLineOptions options[] =
{"treedepth <value>",
"Don't print subtrees that are deeper than <value>.", 0},
- { 0, 0, 0 }
+ KCmdLineLastOption
};
--- kdesdk/kompare/main.cpp #1.35:1.36
@@ -43,5 +43,5 @@ static KCmdLineOptions options[] =
{ "+-", 0, 0 },
// { "", I18N_NOOP( "" ), 0 },
- { 0, 0, 0 }
+ KCmdLineLastOption
};
--- kdesdk/kspy/main.cpp #1.2:1.3
@@ -29,5 +29,5 @@ static const char *description =
static KCmdLineOptions options[] =
{
- { 0, 0, 0 }
+ KCmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};
--- kdesdk/kstartperf/kstartperf.cpp #1.4:1.5
@@ -30,5 +30,5 @@ static KCmdLineOptions options[] =
{
{ "+command", I18N_NOOP("Specifies the command to run."), 0 },
- { 0, 0, 0 }
+ KCmdLineLastOption
};
--- kdesdk/umbrello/umbrello/main.cpp #1.13:1.14
@@ -29,5 +29,5 @@ static KCmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("file to open"), 0 },
- { 0, 0, 0 }
+ KCmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};
More information about the umbrello-devel
mailing list