|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
static const char description[] =
|
|
|
|
|
I18N_NOOP( "Kopete, the TDE Instant Messenger" );
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "noplugins", I18N_NOOP( "Do not load plugins. This option overrides all other options." ), 0 },
|
|
|
|
|
{ "noconnect", I18N_NOOP( "Disable auto-connection" ), 0 },
|
|
|
|
@ -44,7 +44,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
// { "url <url>", I18N_NOOP( "Load the given Kopete URL" ), 0 },
|
|
|
|
|
// { "!+[plugin]", I18N_NOOP( "Load specified plugins" ), 0 },
|
|
|
|
|
{ "!+[URL]", I18N_NOOP("URLs to pass to kopete / emoticon themes to install"), 0},
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main( int argc, char *argv[] )
|
|
|
|
|