KEYMAPPER: Add tooltip text for clear buttons
This commit is contained in:
parent
1ec5b491b7
commit
07f1c2032a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void RemapDialog::reflowLayout() {
|
|||
widg.keyButton =
|
||||
new GUI::ButtonWidget(this, 0, 0, 0, 0, "", 0, kRemapCmd + i);
|
||||
widg.clearButton =
|
||||
new GUI::ButtonWidget(this, 0, 0, 0, 0, "C", 0, kClearCmd + i);
|
||||
new GUI::ButtonWidget(this, 0, 0, 0, 0, "C", _("Clear value"), kClearCmd + i);
|
||||
|
||||
_keymapWidgets.push_back(widg);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue