mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 07:25:42 -04:00
InputBindingDialog: Allow to translate the Close button
This commit is contained in:
parent
3c3bfdea93
commit
e8e8fd9ffa
@ -20,6 +20,7 @@ InputBindingDialog::InputBindingDialog(QtHostInterface* host_interface, std::str
|
||||
m_ui.setupUi(this);
|
||||
m_ui.title->setText(
|
||||
tr("Bindings for %1 %2").arg(QString::fromStdString(m_section_name)).arg(QString::fromStdString(m_key_name)));
|
||||
m_ui.buttonBox->button(QDialogButtonBox::Close)->setText(tr("Close"));
|
||||
|
||||
connect(m_ui.addBinding, &QPushButton::clicked, this, &InputBindingDialog::onAddBindingButtonClicked);
|
||||
connect(m_ui.removeBinding, &QPushButton::clicked, this, &InputBindingDialog::onRemoveBindingButtonClicked);
|
||||
|
Loading…
x
Reference in New Issue
Block a user