From 2f743fe2ce0a9ebf1f9c2ed96aa8d6abf6414580 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Tue, 10 Jul 2012 05:36:07 +0200 Subject: [PATCH] About floater fixup, new contributors! --- indra/newview/llfloaterabout.cpp | 3 ++- .../skins/default/xui/en-us/floater_about.xml | 20 +++++++++---------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 8516035d3..e9a6a367e 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -208,13 +208,14 @@ LLFloaterAbout::LLFloaterAbout() support.append( gSysCPU.getCPUString() ); support.append("\n"); + /* This is confusing and WRONG. support.append("SSE Support:"); if(gSysCPU.hasSSE()) support.append(" SSE2\n"); else if(gSysCPU.hasSSE()) support.append(" SSE\n"); else - support.append(" None\n"); + support.append(" None\n"); */ U32 memory = gSysMemory.getPhysicalMemoryKB() / 1024; // Moved hack adjustment to Windows memory size into llsys.cpp diff --git a/indra/newview/skins/default/xui/en-us/floater_about.xml b/indra/newview/skins/default/xui/en-us/floater_about.xml index 2f32819c1..5b10b9afd 100644 --- a/indra/newview/skins/default/xui/en-us/floater_about.xml +++ b/indra/newview/skins/default/xui/en-us/floater_about.xml @@ -3,15 +3,15 @@ can_resize="false" height="440" min_height="100" min_width="100" name="floater_about" rect_control="FloaterAboutRect" title="About Singularity Viewer" width="470"> - - - + + +