missing ellipsis added

This commit is contained in:
thrust26 2017-11-25 15:54:29 +01:00
parent c6d1ef2abd
commit 7eeec2964c
1 changed files with 1 additions and 1 deletions

View File

@ -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);