diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-15 00:50:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-15 00:50:47 +0300 |
commit | 255b1c29f47ef3b1e7a9b058c56ef72bfa10c5e3 (patch) | |
tree | 1849456d254f60d20b60e54e51df4f354106aa1a /src/client.h | |
parent | b6dae23ca33ee0032260080819a59ec6363f72f6 (diff) | |
download | plus-255b1c29f47ef3b1e7a9b058c56ef72bfa10c5e3.tar.gz plus-255b1c29f47ef3b1e7a9b058c56ef72bfa10c5e3.tar.bz2 plus-255b1c29f47ef3b1e7a9b058c56ef72bfa10c5e3.tar.xz plus-255b1c29f47ef3b1e7a9b058c56ef72bfa10c5e3.zip |
Add buttons Themes, Video, Perfomance in select server screen.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 4409cf8db..08bc1ecbf 100644 --- a/src/client.h +++ b/src/client.h @@ -317,6 +317,9 @@ private: QuitDialog *mQuitDialog; Desktop *mDesktop; Button *mSetupButton; + Button *mVideoButton; + Button *mThemesButton; + Button *mPerfomanceButton; State mState; State mOldState; |