diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-23 03:51:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-23 13:13:02 +0300 |
commit | 4ab2c210277be6cf16f86e2fcf4fa5a6c090b45e (patch) | |
tree | 3ccee6444e6c044e895d3bb70942f1547addb230 /src/gui | |
parent | 89106a96cd86042415d19f307a4ade5f1fae8b5d (diff) | |
download | plus-4ab2c210277be6cf16f86e2fcf4fa5a6c090b45e.tar.gz plus-4ab2c210277be6cf16f86e2fcf4fa5a6c090b45e.tar.bz2 plus-4ab2c210277be6cf16f86e2fcf4fa5a6c090b45e.tar.xz plus-4ab2c210277be6cf16f86e2fcf4fa5a6c090b45e.zip |
Add support for OpenGL debug extensions.
Diffstat (limited to 'src/gui')
-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 ff0e584fc..0fec8a99d 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -223,6 +223,9 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Enable debug log"), "", "debugLog", this, "debugLogEvent"); + new SetupItemCheckBox(_("Enable OpenGL log"), "", + "debugOpenGL", this, "debugOpenGLEvent"); + new SetupItemCheckBox(_("Low traffic mode"), "", "lowTraffic", this, "lowTrafficEvent"); |