aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterabout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r--linden/indra/newview/llfloaterabout.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp
index cbac9f3..372d7e0 100644
--- a/linden/indra/newview/llfloaterabout.cpp
+++ b/linden/indra/newview/llfloaterabout.cpp
@@ -5,6 +5,7 @@
5 * 5 *
6 * Copyright (c) 2001-2007, Linden Research, Inc. 6 * Copyright (c) 2001-2007, Linden Research, Inc.
7 * 7 *
8 * Second Life Viewer Source Code
8 * The source code in this file ("Source Code") is provided by Linden Lab 9 * The source code in this file ("Source Code") is provided by Linden Lab
9 * to you under the terms of the GNU General Public License, version 2.0 10 * to you under the terms of the GNU General Public License, version 2.0
10 * ("GPL"), unless you have obtained a separate licensing agreement 11 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -112,7 +113,7 @@ LLFloaterAbout::LLFloaterAbout()
112 113
113 // CPU 114 // CPU
114 support.append("CPU: "); 115 support.append("CPU: ");
115 support.append( gSysCPU.getCPUStringTerse() ); 116 support.append( gSysCPU.getCPUString() );
116 support.append("\n"); 117 support.append("\n");
117 118
118 U32 memory = gSysMemory.getPhysicalMemory() / 1024 / 1024; 119 U32 memory = gSysMemory.getPhysicalMemory() / 1024 / 1024;