diff options
Diffstat (limited to 'desktop/source/app/dispatchwatcher.cxx')
-rw-r--r-- | desktop/source/app/dispatchwatcher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/dispatchwatcher.cxx b/desktop/source/app/dispatchwatcher.cxx index ec566181ce52..50b92ecb7834 100644 --- a/desktop/source/app/dispatchwatcher.cxx +++ b/desktop/source/app/dispatchwatcher.cxx @@ -469,7 +469,7 @@ bool DispatchWatcher::executeDispatchRequests( const std::vector<DispatchRequest aArgs.emplace_back("ReadOnly", 0, Any(true), PropertyState_DIRECT_VALUE); } - // if we are called with -start set Start in mediadescriptor + // if we are called with --show set Start in mediadescriptor if(aDispatchRequest.aRequestType == REQUEST_START) { aArgs.emplace_back("StartPresentation", 0, Any(true), PropertyState_DIRECT_VALUE); } |