diff options
Diffstat (limited to 'indra/newview/llfloaterabout.cpp')
-rw-r--r-- | indra/newview/llfloaterabout.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 63b5262ced..ff7e8a41b7 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -62,9 +62,10 @@ LLFloaterAbout::LLFloaterAbout() // Version string LLString version = gSecondLife - + llformat(" %d.%d.%d (%d) %s %s", + + llformat(" %d.%d.%d (%d) %s %s (%s)", LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VIEWER_BUILD, - __DATE__, __TIME__); + __DATE__, __TIME__, + gChannelName.c_str()); support.append(version); support.append("\n\n"); |