Added a way to identify 64 bit viewer in help -> about

This commit is contained in:
Latif Khalifa
2013-10-22 01:08:39 +02:00
parent 22db8f56f1
commit f7cea9ac74

View File

@@ -136,6 +136,9 @@ LLFloaterAbout::LLFloaterAbout()
// Version string
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",
gVersionMajor, gVersionMinor, gVersionPatch, LL_VIEWER_BUILD,
__DATE__, __TIME__,