From ae71570ee7db0a4a9d237424ed2cc3204e86f136 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Fri, 15 Nov 2019 12:14:31 +0300 Subject: tdf#44462: add a link to Windows Default apps settings applet Add "Windows Default apps" button to Options->General to run system applet to control file associations, in accordance to recommendation from MS [1]. On Windows 10, though, the call to LaunchAdvancedAssociationUI would only bring a system-modal infobanner suggesting the user to go to Settings > Apps > Default apps, as documented at [2]. Since this is what MS considers the correct way to manage application associations, the infobanner should be enough. [1] https://docs.microsoft.com/en-us/windows/win32/shell/default-programs [2] https://docs.microsoft.com/en-us/windows/win32/api/shobjidl/nf-shobjidl-iapplicationassociationregistrationui-launchadvancedassociationui Change-Id: I79cccdd00afac998c028b8e151db66bbd75be985 Reviewed-on: https://gerrit.libreoffice.org/82777 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- cui/Library_cui.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'cui/Library_cui.mk') diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index e45e35a8f0e3..27d89ec1c3b6 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -87,6 +87,7 @@ ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,cui,\ advapi32 \ shlwapi \ + ole32 \ )) endif -- cgit