From 769194a9741c085a61716e43d3e2944c9573ce65 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Apr 2016 01:59:00 +0300 Subject: Add option for disable OpenGL version check and rollback to other renderer. --- src/gui/widgets/tabs/setup_other.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/widgets') 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 @@ -373,6 +373,11 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "enableBuggyServersEvent", 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"); -- cgit v1.2.3-70-g09d2