mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Change ampersand everywhere
Took 23 seconds
This commit is contained in:
parent
042e879f43
commit
b26092f9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void PaletteEditorDialog::setupUi()
|
||||||
buttonBox = new QDialogButtonBox;
|
buttonBox = new QDialogButtonBox;
|
||||||
resetBtn = buttonBox->addButton(tr("Reset"), QDialogButtonBox::ResetRole);
|
resetBtn = buttonBox->addButton(tr("Reset"), QDialogButtonBox::ResetRole);
|
||||||
applyBtn = buttonBox->addButton(tr("Apply"), QDialogButtonBox::ApplyRole);
|
applyBtn = buttonBox->addButton(tr("Apply"), QDialogButtonBox::ApplyRole);
|
||||||
saveBtn = buttonBox->addButton(tr("Save & Apply"), QDialogButtonBox::AcceptRole);
|
saveBtn = buttonBox->addButton(tr("Save && Apply"), QDialogButtonBox::AcceptRole);
|
||||||
closeBtn = buttonBox->addButton(QDialogButtonBox::Close);
|
closeBtn = buttonBox->addButton(QDialogButtonBox::Close);
|
||||||
|
|
||||||
footerLayout->addWidget(revertButton);
|
footerLayout->addWidget(revertButton);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue