diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-20 00:58:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-20 01:24:45 +0300 |
commit | 91023f53ac00c4fafbf154d0960357e2b131a802 (patch) | |
tree | a066fadd2c40e76fe970178fe932cb1189c36b42 /src/gui/setup_other.cpp | |
parent | fc0bffc8aa066409c4538907fe96f389712e24ff (diff) | |
download | plus-91023f53ac00c4fafbf154d0960357e2b131a802.tar.gz plus-91023f53ac00c4fafbf154d0960357e2b131a802.tar.bz2 plus-91023f53ac00c4fafbf154d0960357e2b131a802.tar.xz plus-91023f53ac00c4fafbf154d0960357e2b131a802.zip |
add option for input logging.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 0d6dc92ff..24b1837f9 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -229,6 +229,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Enable OpenGL log"), "", "debugOpenGL", this, "debugOpenGLEvent"); + new SetupItemCheckBox(_("Enable input log"), "", + "logInput", this, "logInputEvent"); + new SetupItemCheckBox(_("Low traffic mode"), "", "lowTraffic", this, "lowTrafficEvent"); |