|
|
|
@ -28,13 +28,13 @@ I18N_NOOP("KNetWalk, a game for system administrators.");
|
|
|
|
|
|
|
|
|
|
static const char version[] = "1.0";
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "Novice", I18N_NOOP( "Start in novice mode" ), 0 },
|
|
|
|
|
{ "Normal", I18N_NOOP( "Start in normal mode" ), 0 },
|
|
|
|
|
{ "Expert", I18N_NOOP( "Start in expert mode" ), 0 },
|
|
|
|
|
{ "Master", I18N_NOOP( "Start in master mode" ), 0 },
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main(int argc, char ** argv)
|
|
|
|
|