Skip to content

Commit

Permalink
Adds proper hotkey marker for "Check for updates &now" option.
Browse files Browse the repository at this point in the history
  • Loading branch information
FellippeHeitor committed Nov 13, 2019
1 parent 7e5a59f commit 51ef712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InForm/UiEditor.frm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51ef712

Please sign in to comment.