mirror of https://github.com/stella-emu/stella.git
missing ellipsis added
This commit is contained in:
parent
c6d1ef2abd
commit
7eeec2964c
|
@ -94,7 +94,7 @@ EventMappingWidget::EventMappingWidget(GuiObject* boss, const GUI::Font& font,
|
|||
ypos += lineHeight + 20;
|
||||
myComboButton = new ButtonWidget(boss, font, xpos, ypos,
|
||||
buttonWidth, buttonHeight,
|
||||
"Combo", kComboCmd);
|
||||
"Combo" + ELLIPSIS, kComboCmd);
|
||||
myComboButton->setTarget(this);
|
||||
addFocusWidget(myComboButton);
|
||||
|
||||
|
|
Loading…
Reference in New Issue