24a24e65ca
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>
23 lines
795 B
Makefile
23 lines
795 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_UIConfig_UIConfig,desktop))
|
|
|
|
$(eval $(call gb_UIConfig_add_uifiles,desktop,\
|
|
desktop/uiconfig/ui/dependenciesdialog \
|
|
desktop/uiconfig/ui/extensionmanager \
|
|
desktop/uiconfig/ui/installforalldialog \
|
|
desktop/uiconfig/ui/licensedialog \
|
|
desktop/uiconfig/ui/showlicensedialog \
|
|
desktop/uiconfig/ui/updatedialog \
|
|
desktop/uiconfig/ui/updateinstalldialog \
|
|
desktop/uiconfig/ui/updaterequireddialog \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|