aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAleric Inglewood2010-10-19 21:17:41 +0200
committerAleric Inglewood2010-10-19 21:17:41 +0200
commitb7a4a4ce26b3784770c9ff21496c9b6fc2e116ea (patch)
tree0e0428623783b4fac9b6648c0c67f911ed3bdf12
parentSync LLViewerMediaImpl::newSourceFromMediaType with SG2 (diff)
downloadmeta-impy-b7a4a4ce26b3784770c9ff21496c9b6fc2e116ea.zip
meta-impy-b7a4a4ce26b3784770c9ff21496c9b6fc2e116ea.tar.gz
meta-impy-b7a4a4ce26b3784770c9ff21496c9b6fc2e116ea.tar.bz2
meta-impy-b7a4a4ce26b3784770c9ff21496c9b6fc2e116ea.tar.xz
Update WebKit Version in About floater.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterabout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp
index 7aed095..f8db715 100644
--- a/linden/indra/newview/llfloaterabout.cpp
+++ b/linden/indra/newview/llfloaterabout.cpp
@@ -243,7 +243,7 @@ LLFloaterAbout::LLFloaterAbout()
243 243
244 // TODO: Implement media plugin version query 244 // TODO: Implement media plugin version query
245 245
246 support.append("Qt Webkit Version: 4.5.2 "); 246 support.append("Qt Webkit Version: 4.6 (version number hard-coded)");
247 support.append("\n"); 247 support.append("\n");
248 248
249 if (gPacketsIn > 0) 249 if (gPacketsIn > 0)