summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-08 22:08:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-08 22:19:55 +0300
commita149a49aa167cb7122afc6b12bdb4af9fa90394c (patch)
tree4e2baf673cda888b94d1d640a055c6046105ffa9 /src/client.h
parent9247c5a23757e01ef7ee91dd5655fcab177e5e6d (diff)
downloadplus-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.h1
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