[Kst] kdeextragear-2
Laurent Montel
montel at kde.org
Sun May 25 15:54:46 CEST 2003
CVS commit by mlaurent:
Use KCmdLineLastOption
M +2 -2 kile/kile/main.cpp 1.7
M +3 -3 kmplayer/src/main.cpp 1.5
M +1 -1 kst/kst/main.cpp 1.14
--- kdeextragear-2/kile/kile/main.cpp #1.6:1.7
@@ -30,5 +30,5 @@ static KCmdLineOptions options[] =
{ "line <line>", "line", "0" },
{ "+[file]", "File to open", 0 },
- { 0, 0, 0 }
+ KCmdLineLastOption
};
--- kdeextragear-2/kmplayer/src/main.cpp #1.4:1.5
@@ -34,5 +34,5 @@ static KCmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("file to open"), 0 },
- { 0, 0, 0 }
+ KCmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};
--- kdeextragear-2/kst/kst/main.cpp #1.13:1.14
@@ -55,5 +55,5 @@ static KCmdLineOptions options[] = {
{ "png <file>", I18N_NOOP("Save as a png file and exit"),"<none>"},
{ "+[Files]", I18N_NOOP("Data files (if -y given) or *.kst file"), 0},
- { 0, 0, 0 }
+ KCmdLineLastOption
};
More information about the Kst
mailing list