1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00

Adds proper hotkey marker for "Check for updates &now" option.

This commit is contained in:
FellippeHeitor 2019-11-13 01:09:42 -02:00
parent 7e5a59ff27
commit 51ef712753

View file

@ -229,9 +229,9 @@ SUB __UI_LoadForm
__UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuCheckUpdatesNow", 155, 18, 0, 4, __UI_GetID("OptionsMenu")) __UI_NewID = __UI_NewControl(__UI_Type_MenuItem, "OptionsMenuCheckUpdatesNow", 155, 18, 0, 4, __UI_GetID("OptionsMenu"))
$IF WIN THEN $IF WIN THEN
SetCaption __UI_NewID, "&Check for updates now" SetCaption __UI_NewID, "Check for updates &now"
$ELSE $ELSE
SetCaption __UI_NewID, "&Check for updates now-" SetCaption __UI_NewID, "Check for updates &now-"
$END IF $END IF
$IF WIN THEN $IF WIN THEN