diff options
author | Andras Timar <atimar@suse.com> | 2011-12-04 13:16:28 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-12-04 13:28:13 +0100 |
commit | bca4eb7a1b37c053c97c5d8c267d07187ccce3a7 (patch) | |
tree | d4d6a957921da0b04866a8e5e426ae9288f7fed5 /desktop/source/app | |
parent | Review translation by Mike Whiteley (diff) | |
download | core-bca4eb7a1b37c053c97c5d8c267d07187ccce3a7.tar.gz core-bca4eb7a1b37c053c97c5d8c267d07187ccce3a7.zip |
-quickstart -> --quickstart, etc.
Diffstat (limited to 'desktop/source/app')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
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(); |