[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-1
From:       Laurent Montel <montel () kde ! org>
Date:       2003-05-25 13:21:50
[Download RAW message or body]

CVS commit by mlaurent: 

Use KCmdLineLastOption


  M +4 -4      cdbakeoven/cdbodialogs/cdbodialogloader.cpp   1.9
  M +3 -3      cdbakeoven/cdbosetuptool/cdbosetuptoolmain.cpp   1.6
  M +6 -6      cdbakeoven/cdboshell/cdbakeoven.cpp   1.6
  M +1 -1      gwenview/src/main.cpp   1.24
  M +3 -3      k3b/src/k3bsetup/main.cpp   1.10
  M +2 -2      k3b/src/k3bsetup2/main.cpp   1.5
  M +3 -3      kchat/main.cpp   1.5


--- kdeextragear-1/cdbakeoven/cdbodialogs/cdbodialogloader.cpp  #1.8:1.9
@@ -57,5 +57,5 @@ static KCmdLineOptions options[] =
         { "debug-commands", I18N_NOOP("Show constructed commands."), 0 },
         { "debug-output", I18N_NOOP("Dump command output."), 0 },
-        { 0, 0, 0 }
+        KCmdLineLastOption
 };
 

--- kdeextragear-1/cdbakeoven/cdbosetuptool/cdbosetuptoolmain.cpp  #1.5:1.6
@@ -44,5 +44,5 @@ static KCmdLineOptions options[] =
         { "launchWizard", I18N_NOOP("Launch wizard."), 0 },
         { "launchSetupTool", I18N_NOOP("Launch CDBO Setup Tool."), 0 },
-        { 0, 0, 0 }
+        KCmdLineLastOption
 };
 

--- kdeextragear-1/cdbakeoven/cdboshell/cdbakeoven.cpp  #1.5:1.6
@@ -42,5 +42,5 @@ static KCmdLineOptions options[] =
 {
     { "+[URL]", I18N_NOOP( "Location to open." ), 0 },
-    { 0, 0, 0 }
+    KCmdLineLastOption
 };
 

--- kdeextragear-1/gwenview/src/main.cpp  #1.23:1.24
@@ -30,5 +30,5 @@ static KCmdLineOptions options[] = {
         { "f", I18N_NOOP("Start in fullscreen mode"), 0 },
         { "+[file or folder]", I18N_NOOP("A starting file or folder"), 0 },
-        { 0, 0, 0 }
+        KCmdLineLastOption
 };
 

--- kdeextragear-1/k3b/src/k3bsetup/main.cpp  #1.9:1.10
@@ -50,5 +50,5 @@ static KCmdLineOptions options[] =
 {
   { "lang <language>", I18N_NOOP("Specify a particular language"), 0 },
-  { 0, 0, 0 }
+  KCmdLineLastOption
 };
 

--- kdeextragear-1/k3b/src/k3bsetup2/main.cpp  #1.4:1.5
@@ -48,5 +48,5 @@ static KCmdLineOptions options[] =
 {
   { "lang <language>", I18N_NOOP("Specify a particular language"), 0 },
-  { 0, 0, 0 }
+  KCmdLineLastOption
   // INSERT YOUR COMMANDLINE OPTIONS HERE
 };

--- kdeextragear-1/kchat/main.cpp  #1.4:1.5
@@ -40,5 +40,5 @@ static KCmdLineOptions options[] =
   { "h", 0, 0 },
   { "host <host>", I18N_NOOP("sets the host. Use only combined with -c"), 0 },
-  { 0, 0, 0 }
+  KCmdLineLastOption
   // INSERT YOUR COMMANDLINE OPTIONS HERE
 };


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic