diff options
author | Jacek Antonelli | 2008-12-12 23:24:52 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-12 23:25:00 -0600 |
commit | d1345838c6e36c35dbe3a6b683eb8ffe274b024a (patch) | |
tree | 5e727fcabbd5cf0337c11192bfe4db6191c7b044 /linden/indra/newview/llstartup.cpp | |
parent | Second Life viewer sources 1.22.2-RC (diff) | |
download | meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.zip meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.gz meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.bz2 meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.xz |
Second Life viewer sources 1.22.3-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 2ce111f..2d37eb3 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2896,7 +2896,10 @@ void update_dialog_callback(S32 option, void *userdata) | |||
2896 | LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" &"; | 2896 | LLAppViewer::sUpdaterInfo->mUpdateExePath += "\" &"; |
2897 | 2897 | ||
2898 | LL_DEBUGS("AppInit") << "Calling updater: " << LLAppViewer::sUpdaterInfo->mUpdateExePath << LL_ENDL; | 2898 | LL_DEBUGS("AppInit") << "Calling updater: " << LLAppViewer::sUpdaterInfo->mUpdateExePath << LL_ENDL; |
2899 | 2899 | ||
2900 | // Run the auto-updater. | ||
2901 | system(LLAppViewer::sUpdaterInfo->mUpdateExePath.c_str()); /* Flawfinder: ignore */ | ||
2902 | |||
2900 | #elif LL_LINUX | 2903 | #elif LL_LINUX |
2901 | OSMessageBox("Automatic updating is not yet implemented for Linux.\n" | 2904 | OSMessageBox("Automatic updating is not yet implemented for Linux.\n" |
2902 | "Please download the latest version from www.secondlife.com.", | 2905 | "Please download the latest version from www.secondlife.com.", |