Fixes for broken translation
Fixes for broken translation
This commit is contained in:
@@ -88,7 +88,7 @@ QKeySequence
|
||||
KeyBinder::BindKey(QWidget* widget, QString CurValue)
|
||||
{
|
||||
KeyBinder kb(widget);
|
||||
kb.setWindowTitle("Bind Key");
|
||||
kb.setWindowTitle(tr("Bind Key"));
|
||||
kb.setFixedSize(kb.minimumSizeHint());
|
||||
kb.findChild<QKeySequenceEdit*>()->setKeySequence(QKeySequence::fromString(CurValue));
|
||||
kb.setEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user