make the spoofed version show up in the about floater

This commit is contained in:
Hazim Gazov
2010-05-06 19:41:37 -03:00
parent d12ba41378
commit 6e5be195fa

View File

@@ -116,7 +116,7 @@ LLFloaterAbout::LLFloaterAbout()
// Version string
std::string version = LLAppViewer::instance()->getSecondLifeTitle()
+ llformat(" %d.%d.%d (%d) %s %s (%s)\n",
LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VIEWER_BUILD,
gSavedSettings.getU32("SpecifiedVersionMaj"), gSavedSettings.getU32("SpecifiedVersionMin"), gSavedSettings.getU32("SpecifiedVersionPatch"), gSavedSettings.getU32("SpecifiedVersionBuild"),
__DATE__, __TIME__,
// <edit>
// gSavedSettings.getString("VersionChannelName").c_str());