diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-08 22:08:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-08 22:19:55 +0300 |
commit | a149a49aa167cb7122afc6b12bdb4af9fa90394c (patch) | |
tree | 4e2baf673cda888b94d1d640a055c6046105ffa9 /src/client.h | |
parent | 9247c5a23757e01ef7ee91dd5655fcab177e5e6d (diff) | |
download | plus-a149a49aa167cb7122afc6b12bdb4af9fa90394c.tar.gz plus-a149a49aa167cb7122afc6b12bdb4af9fa90394c.tar.bz2 plus-a149a49aa167cb7122afc6b12bdb4af9fa90394c.tar.xz plus-a149a49aa167cb7122afc6b12bdb4af9fa90394c.zip |
Add about button.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index fe48418e7..fd1942684 100644 --- a/src/client.h +++ b/src/client.h @@ -425,6 +425,7 @@ private: Button *mSetupButton; Button *mVideoButton; Button *mHelpButton; + Button *mAboutButton; Button *mThemesButton; Button *mPerfomanceButton; #ifdef ANDROID |