From atlantik-devel Mon Oct 13 21:30:53 2003 From: kde () office ! kde ! org Date: Mon, 13 Oct 2003 21:30:53 +0000 To: atlantik-devel Subject: [atlantik-cvs] CVS: kdegames/atlantik/client main.cpp,1.33,1.34 X-MARC-Message: https://marc.info/?l=atlantik-devel&m=106608125627034 Update of /home/kde/kdegames/atlantik/client In directory office:/tmp/cvs-serv6289/atlantik/client Modified Files: main.cpp Log Message: CVS_SILENT using KCmdLineLastOption Index: main.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/client/main.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- main.cpp 24 Jul 2003 19:20:29 -0000 1.33 +++ main.cpp 13 Oct 2003 21:30:50 -0000 1.34 @@ -26,12 +26,12 @@ static KCmdLineOptions options[] = { { "h", 0, 0 }, - { "host ", I18N_NOOP("connect to this host"), 0 }, + { "host ", I18N_NOOP("connect to this host"), 0 }, { "p", 0, 0 }, - { "port ", I18N_NOOP("connect at this port"), "1234" }, + { "port ", I18N_NOOP("connect at this port"), "1234" }, { "g", 0, 0 }, - { "game ", I18N_NOOP("join this game"), 0 }, - { 0,0,0 } + { "game ", I18N_NOOP("join this game"), 0 }, + KCmdLineLastOption }; int main(int argc, char *argv[]) _______________________________________________ atlantik-cvs mailing list atlantik-cvs@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-cvs