Skip to content

Commit

Permalink
fix Backspace label
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 11, 2023
1 parent e5b3049 commit 855f0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/cp437-table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ function CPDialog:init(info)
widgets.HotkeyLabel{
frame={b=0},
key='STRING_A000',
label='Backspace',
key_sep='',
label='Click here to Backspace',
auto_width=true,
on_activate=function() self.subviews.edit:onInput{_STRING=0} end,
},
Expand Down

0 comments on commit 855f0f6

Please sign in to comment.