diff options
author | Aleric Inglewood | 2010-10-19 21:17:41 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-10-19 21:17:41 +0200 |
commit | b7a4a4ce26b3784770c9ff21496c9b6fc2e116ea (patch) | |
tree | 0e0428623783b4fac9b6648c0c67f911ed3bdf12 | |
parent | Sync LLViewerMediaImpl::newSourceFromMediaType with SG2 (diff) | |
download | meta-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.cpp | 2 |
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) |