diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-20 19:51:31 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-20 19:51:31 -0700 |
commit | a0417239ab34e1671e8d77009305f45e19f6bed7 (patch) | |
tree | c1998c0436c1fb57c08ebe13e53bfa1a5b5766df /indra/newview | |
parent | 44b428f4c372e6dd86e276af6c01b9351b4a3bd9 (diff) | |
parent | b3f3fb60999033a7a100102d563e66eaaa876fa3 (diff) |
STORM-417 : merge with viewer-development
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index ba14c248aa..931b9fd2f3 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -30,6 +30,7 @@ // Viewer includes #include "llversioninfo.h" +#include "llversionviewer.h" #include "llfeaturemanager.h" #include "lluictrlfactory.h" #include "lltexteditor.h" @@ -4513,6 +4514,8 @@ void LLAppViewer::launchUpdater() LLAppViewer::sUpdaterInfo->mUpdateExePath += update_url.asString(); LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" -name \""; LLAppViewer::sUpdaterInfo->mUpdateExePath += LLAppViewer::instance()->getSecondLifeTitle(); + LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" -bundleid \""; + LLAppViewer::sUpdaterInfo->mUpdateExePath += LL_VERSION_BUNDLE_ID; LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" &"; LL_DEBUGS("AppInit") << "Calling updater: " << LLAppViewer::sUpdaterInfo->mUpdateExePath << LL_ENDL; |