diff options
Diffstat (limited to 'linden/indra/newview/llfloaterabout.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 372d7e0..cc3bb08 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -82,9 +82,10 @@ LLFloaterAbout::LLFloaterAbout() | |||
82 | 82 | ||
83 | // Version string | 83 | // Version string |
84 | LLString version = gSecondLife | 84 | LLString version = gSecondLife |
85 | + llformat(" %d.%d.%d (%d) %s %s", | 85 | + llformat(" %d.%d.%d (%d) %s %s (%s)", |
86 | LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VIEWER_BUILD, | 86 | LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VIEWER_BUILD, |
87 | __DATE__, __TIME__); | 87 | __DATE__, __TIME__, |
88 | gChannelName.c_str()); | ||
88 | support.append(version); | 89 | support.append(version); |
89 | support.append("\n\n"); | 90 | support.append("\n\n"); |
90 | 91 | ||