summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-04-24 23:45:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-04-24 23:45:50 +0900
commit227b3565dfbf24e47a7304fcb7aeadf0352318ec (patch)
treef93364d4d9180cccfc51d82dc91d70ea3a1fafb4
parent840801cbceb246f27a273b7eccc798fbdf97764a (diff)
downloadtdedocker-227b3565.tar.gz
tdedocker-227b3565.zip
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>
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 437bc42..69b0692 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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
};