From 57d908476cd1b1c1853e9889b599b87c0c3dc411 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 2 May 2024 10:37:26 -0700 Subject: [PATCH 1/2] Remove Start menu from options dialog --- constructor/nsis/OptionsDialog.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constructor/nsis/OptionsDialog.nsh b/constructor/nsis/OptionsDialog.nsh index ec67295a0..55824da22 100644 --- a/constructor/nsis/OptionsDialog.nsh +++ b/constructor/nsis/OptionsDialog.nsh @@ -77,7 +77,7 @@ Function mui_AnaCustomOptions_Show IntOp $5 0 + 0 ${If} "${ENABLE_SHORTCUTS}" == "yes" - ${NSD_CreateCheckbox} 0 0u 100% 11u "Create start menu shortcuts (supported packages only)." + ${NSD_CreateCheckbox} 0 0u 100% 11u "Create shortcuts (supported packages only)." IntOp $5 $5 + 11 Pop $mui_AnaCustomOptions.CreateShortcuts ${NSD_SetState} $mui_AnaCustomOptions.CreateShortcuts $Ana_CreateShortcuts_State From 397c1f58bb83bf39f30fbefdf2221ea0b05dfaca Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 2 May 2024 10:43:41 -0700 Subject: [PATCH 2/2] Add news item --- news/785-wording-win-shortcuts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 news/785-wording-win-shortcuts diff --git a/news/785-wording-win-shortcuts b/news/785-wording-win-shortcuts new file mode 100644 index 000000000..03404ca7e --- /dev/null +++ b/news/785-wording-win-shortcuts @@ -0,0 +1,19 @@ +### Enhancements + +* + +### Bug fixes + +* + +### Deprecations + +* + +### Docs + +* + +### Other + +* Change wording for shortcut creation on Windows