diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 16:05:52 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 16:05:52 +0200 |
| commit | cd1b32f87128de8cc948d4f6cfa1da67291c970b (patch) | |
| tree | 7b43fe71a08b9d1fc82faac6d06ce0dc31b672ef /pacman-c++/client.cpp | |
| parent | 4c8c448a6de8b33e4a64271d6b2d0d25e00043ab (diff) | |
| download | foop-cd1b32f87128de8cc948d4f6cfa1da67291c970b.tar.gz foop-cd1b32f87128de8cc948d4f6cfa1da67291c970b.tar.bz2 foop-cd1b32f87128de8cc948d4f6cfa1da67291c970b.zip | |
added .proto file and generated sources
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) |
