From 850772a4ce9cd517fb26a86fca9e3008435e6cfa Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 12 Mar 2014 22:21:55 -0400 Subject: [PATCH] [RLVa] About floater version display adjustment --- indra/newview/llfloaterabout.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 663a40f03..27b0ded9e 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -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: ");