make the spoofed version show up in the about floater
This commit is contained in:
@@ -116,7 +116,7 @@ LLFloaterAbout::LLFloaterAbout()
|
|||||||
// Version string
|
// Version string
|
||||||
std::string version = LLAppViewer::instance()->getSecondLifeTitle()
|
std::string version = LLAppViewer::instance()->getSecondLifeTitle()
|
||||||
+ llformat(" %d.%d.%d (%d) %s %s (%s)\n",
|
+ 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__,
|
__DATE__, __TIME__,
|
||||||
// <edit>
|
// <edit>
|
||||||
// gSavedSettings.getString("VersionChannelName").c_str());
|
// gSavedSettings.getString("VersionChannelName").c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user