Fix RLVa in About floater

This commit is contained in:
Siana Gearz
2014-07-05 14:11:26 +02:00
parent 14e0b3c9e6
commit 7578a27bf7

View File

@@ -268,7 +268,7 @@ LLFloaterAbout::LLFloaterAbout()
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)");
support.append("RLV Version: " + (RlvActions::isRlvEnabled() ? RlvStrings::getVersionAbout() : "(disabled)"));
// [/RLVa:KB]
support.append("\n\n");