diff options
Diffstat (limited to 'pacman-c++/client.cpp')
| -rw-r--r-- | pacman-c++/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp index 2142278..d4324b7 100644 --- a/pacman-c++/client.cpp +++ b/pacman-c++/client.cpp | |||
| @@ -30,7 +30,7 @@ void Client::createMenu() | |||
| 30 | QImage img(muted ? ":/soundoff" : ":/soundon"); | 30 | QImage img(muted ? ":/soundoff" : ":/soundon"); |
| 31 | img.setColor(1, menuBar()->palette().color( | 31 | img.setColor(1, menuBar()->palette().color( |
| 32 | muted ? QPalette::Disabled : QPalette::Active, | 32 | muted ? QPalette::Disabled : QPalette::Active, |
| 33 | dQPalette::ButtonText).rgba()); | 33 | QPalette::ButtonText).rgba()); |
| 34 | toggleSound->setPixmap(QPixmap::fromImage(img)); | 34 | toggleSound->setPixmap(QPixmap::fromImage(img)); |
| 35 | 35 | ||
| 36 | if (sound) | 36 | if (sound) |
