[RLVa] About floater version display adjustment

This commit is contained in:
Lirusaito
2014-03-12 22:21:55 -04:00
parent 08be65e649
commit 850772a4ce

View File

@@ -265,11 +265,12 @@ LLFloaterAbout::LLFloaterAbout()
getWindow()->setCursor(UI_CURSOR_ARROW);
#endif
// [RLVa:KB] - Checked: 2010-04-18 (RLVa-1.2.0)
support.append("RLV Version: " + (RlvActions::isRlvEnabled()) ? RlvStrings::getVersionAbout() : "(disabled)");
// [/RLVa:KB]
support.append("OpenGL Version: ");
support.append( (const char*) glGetString(GL_VERSION) );
// [RLVa:KB] - Checked: 2010-04-18 (RLVa-1.2.0)
support.append("\n");
support.append("RLV Version: " + (RlvActions::isRlvEnabled()) ? RlvStrings::getVersionAbout() : "(disabled)");
// [/RLVa:KB]
support.append("\n\n");
support.append("Viewer SSE Version: ");