diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-03 15:57:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-03 15:57:03 +0300 |
commit | a1e8fc08282d11b0132670cf1bfde2b7fe989dc2 (patch) | |
tree | fed23de917fee618c66cc3981ab82d6dca0e9de1 /src/gui/windowmenu.h | |
parent | 29ce8ef5e2533a053fcd93ec44fc07e1990ad618 (diff) | |
download | plus-a1e8fc08282d11b0132670cf1bfde2b7fe989dc2.tar.gz plus-a1e8fc08282d11b0132670cf1bfde2b7fe989dc2.tar.bz2 plus-a1e8fc08282d11b0132670cf1bfde2b7fe989dc2.tar.xz plus-a1e8fc08282d11b0132670cf1bfde2b7fe989dc2.zip |
Hide bot checker window by default.
Diffstat (limited to 'src/gui/windowmenu.h')
-rw-r--r-- | src/gui/windowmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windowmenu.h b/src/gui/windowmenu.h index 8c57f368b..01d4e4361 100644 --- a/src/gui/windowmenu.h +++ b/src/gui/windowmenu.h @@ -84,7 +84,7 @@ class WindowMenu : public Container, private: inline void addButton(const char* text, std::string description, - int &x, int &h, int key); + int &x, int &h, int key, bool visible = true); void updateButtons(); |