From 51ef712753cad19bcbd796c5c12b51340fa64eb7 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 13 Nov 2019 01:09:42 -0200 Subject: [PATCH] Adds proper hotkey marker for "Check for updates &now" option. --- InForm/UiEditor.frm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InForm/UiEditor.frm b/InForm/UiEditor.frm index 195de04..c611aa4 100644 --- a/InForm/UiEditor.frm +++ b/InForm/UiEditor.frm @@ -229,9 +229,9 @@ SUB __UI_LoadForm __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuCheckUpdatesNow", 155, 18, 0, 4, __UI_GetID("OptionsMenu")) $IF WIN THEN - SetCaption __UI_NewID, "&Check for updates now" + SetCaption __UI_NewID, "Check for updates &now" $ELSE - SetCaption __UI_NewID, "&Check for updates now-" + SetCaption __UI_NewID, "Check for updates &now-" $END IF $IF WIN THEN