aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:17 -0500
committerJacek Antonelli2008-08-15 23:45:17 -0500
commit7c207214b86dc5675e2d136cc34e9b209209dc4b (patch)
treedfbdef0c039221cfadd7c26c839f446064263ddd /linden/indra/newview/viewer.cpp
parentSecond Life viewer sources 1.18.5.0-RC (diff)
downloadmeta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.zip
meta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.tar.gz
meta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.tar.bz2
meta-impy-7c207214b86dc5675e2d136cc34e9b209209dc4b.tar.xz
Second Life viewer sources 1.18.5.1-RC
Diffstat (limited to 'linden/indra/newview/viewer.cpp')
-rw-r--r--linden/indra/newview/viewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer.cpp b/linden/indra/newview/viewer.cpp
index 747d4e0..3b24371 100644
--- a/linden/indra/newview/viewer.cpp
+++ b/linden/indra/newview/viewer.cpp
@@ -1330,7 +1330,7 @@ int main( int argc, char **argv )
1330#endif // LL_WINDOWS 1330#endif // LL_WINDOWS
1331 1331
1332 // Build a string representing the current version number. 1332 // Build a string representing the current version number.
1333 gCurrentVersion = llformat("%s %d.%d.%d.%d", LL_CHANNEL, LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VERSION_BUILD ); 1333 gCurrentVersion = llformat("%s %d.%d.%d.%d", gChannelName.c_str(), LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VERSION_BUILD );
1334 1334
1335 // 1335 //
1336 // Various introspection concerning the libs we're using 1336 // Various introspection concerning the libs we're using