summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_other.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-21 01:59:00 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-21 01:59:00 +0300
commit769194a9741c085a61716e43d3e2944c9573ce65 (patch)
treefb2bcdf1adca371e53d28450502de45439c52f91 /src/gui/widgets/tabs/setup_other.cpp
parent05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 (diff)
downloadplus-769194a9741c085a61716e43d3e2944c9573ce65.tar.gz
plus-769194a9741c085a61716e43d3e2944c9573ce65.tar.bz2
plus-769194a9741c085a61716e43d3e2944c9573ce65.tar.xz
plus-769194a9741c085a61716e43d3e2944c9573ce65.zip
Add option for disable OpenGL version check and rollback to other renderer.
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_other.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp
index 8d9ab24f4..6b9137dad 100644
--- a/src/gui/widgets/tabs/setup_other.cpp
+++ b/src/gui/widgets/tabs/setup_other.cpp
@@ -374,6 +374,11 @@ Setup_Other::Setup_Other(const Widget2 *const widget) :
MainConfig_false);
// TRANSLATORS: settings option
+ new SetupItemCheckBox(_("Enable OpenGL version check "
+ "(do not disable)"), "", "checkOpenGLVersion", this,
+ "checkOpenGLVersionEvent");
+
+ // TRANSLATORS: settings option
new SetupItemCheckBox(_("Enable debug log"), "",
"debugLog", this, "debugLogEvent");