mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Add gear icon to settings menu entry
This commit is contained in:
parent
7e6972a358
commit
696ae7e85f
2 changed files with 5 additions and 0 deletions
|
|
@ -485,6 +485,7 @@ void MainWindow::retranslateUi()
|
|||
aFullScreen->setText(tr("&Full screen"));
|
||||
aRegister->setText(tr("&Register to server..."));
|
||||
aSettings->setText(tr("&Settings..."));
|
||||
aSettings->setIcon(QPixmap("theme:icons/settings"));
|
||||
aExit->setText(tr("&Exit"));
|
||||
|
||||
#if defined(__APPLE__) /* For OSX */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue