Allow arguments for the application to be docked to be passed seemlessly after the application name.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 4 years ago
parent 840801cbce
commit 227b3565df
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -62,7 +62,7 @@ static const TDECmdLineOptions options[] =
{ "q", I18N_NOOP("Disable ballooning title changes (quiet)"), 0L },
{ "t", I18N_NOOP("Remove this application from the task bar"), 0L },
{ "w wid", I18N_NOOP("Window id of the application to dock"), 0L },
{ "+[command <args>]", I18N_NOOP("Application to dock"), 0 },
{ "!+[command <args>]", I18N_NOOP("Application to dock"), 0 },
TDECmdLineLastOption
};

Loading…
Cancel
Save