diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2016-11-22 02:59:29 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2016-11-23 16:47:39 +0000 |
commit | 24a24e65cafffe137d76de0a6eb5270ea88ebffd (patch) | |
tree | cf8c2745ae0fd2555c5ae7c4489c7043fff9d2f2 /desktop/UIConfig_deployment.mk | |
parent | 4be1a9f9797fece0de236d26d10246853b4df850 (diff) |
tdf#100826: use console for -h and --version also on Windows
This removes the dialog used to show version information and
command line help on Windows. Now, selecting and scrolling becomes
possible, code is simplified and unified under all platforms.
Change-Id: Ia749bbb62d697eff655b3a646859c1986a023ec0
Reviewed-on: https://gerrit.libreoffice.org/31059
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'desktop/UIConfig_deployment.mk')
-rw-r--r-- | desktop/UIConfig_deployment.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/UIConfig_deployment.mk b/desktop/UIConfig_deployment.mk index d5cb72c10910..a1e08c8b599b 100644 --- a/desktop/UIConfig_deployment.mk +++ b/desktop/UIConfig_deployment.mk @@ -10,7 +10,6 @@ $(eval $(call gb_UIConfig_UIConfig,desktop)) $(eval $(call gb_UIConfig_add_uifiles,desktop,\ - desktop/uiconfig/ui/cmdlinehelp \ desktop/uiconfig/ui/dependenciesdialog \ desktop/uiconfig/ui/extensionmanager \ desktop/uiconfig/ui/installforalldialog \ |