summaryrefslogtreecommitdiffstats
path: root/desktop/source/app
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-04 13:16:28 +0100
committerAndras Timar <atimar@suse.com>2011-12-04 13:28:13 +0100
commitbca4eb7a1b37c053c97c5d8c267d07187ccce3a7 (patch)
treed4d6a957921da0b04866a8e5e426ae9288f7fed5 /desktop/source/app
parentReview translation by Mike Whiteley (diff)
downloadcore-bca4eb7a1b37c053c97c5d8c267d07187ccce3a7.tar.gz
core-bca4eb7a1b37c053c97c5d8c267d07187ccce3a7.zip
-quickstart -> --quickstart, etc.
Diffstat (limited to 'desktop/source/app')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 78fb7ab1f74a..1c5a66ad9239 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -2058,7 +2058,7 @@ sal_Bool Desktop::InitializeQuickstartMode( Reference< XMultiServiceFactory >& r
{
// the shutdown icon sits in the systray and allows the user to keep
// the office instance running for quicker restart
- // this will only be activated if -quickstart was specified on cmdline
+ // this will only be activated if --quickstart was specified on cmdline
RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) createInstance com.sun.star.office.Quickstart" );
sal_Bool bQuickstart = shouldLaunchQuickstart();