summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/windows/serverdialog.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp
index 396c9184f..485e26d52 100644
--- a/src/gui/windows/serverdialog.cpp
+++ b/src/gui/windows/serverdialog.cpp
@@ -133,6 +133,12 @@ ServerDialog::ServerDialog(ServerInfo *const serverInfo,
// TRANSLATORS: servers dialog name
setCaption(_("Choose Your Server *** SAFE MODE ***"));
}
+#ifdef USE_OPENGL
+ else if (config.getIntValue("opengl") == RENDER_SOFTWARE)
+ {
+ setCaption(_("Choose Your Server *** SOFTWARE RENDER MODE ***"));
+ }
+#endif // USE_OPENGL
setWindowName("ServerDialog");