Added a way to identify 64 bit viewer in help -> about
This commit is contained in:
@@ -136,6 +136,9 @@ LLFloaterAbout::LLFloaterAbout()
|
|||||||
|
|
||||||
// Version string
|
// Version string
|
||||||
std::string version = std::string(LLAppViewer::instance()->getSecondLifeTitle()
|
std::string version = std::string(LLAppViewer::instance()->getSecondLifeTitle()
|
||||||
|
#if defined(_WIN64) || defined(__x86_64__)
|
||||||
|
+ " (64 bit)"
|
||||||
|
#endif
|
||||||
+ llformat(" %d.%d.%d (%d) %s %s (%s)\n",
|
+ llformat(" %d.%d.%d (%d) %s %s (%s)\n",
|
||||||
gVersionMajor, gVersionMinor, gVersionPatch, LL_VIEWER_BUILD,
|
gVersionMajor, gVersionMinor, gVersionPatch, LL_VIEWER_BUILD,
|
||||||
__DATE__, __TIME__,
|
__DATE__, __TIME__,
|
||||||
|
|||||||
Reference in New Issue
Block a user