diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-27 11:37:59 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-27 11:37:59 -0800 |
commit | f18bfd446b5b9a9cf91bf8b615c651074ebe8596 (patch) | |
tree | 5545202af550cabf081e85655c89411d5ad2f38c /indra/newview | |
parent | 9653c41d3d0532a323122b0cd1b6399721bf8be8 (diff) |
STORM-940: use the tip, not the dialog.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9cc0ab377c..9361ae20cf 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2484,7 +2484,7 @@ namespace { { // The user is already logged in; treat like an optional update. apply_callback = &apply_update_callback; - notification_name = "DownloadBackgroundDialog"; + notification_name = "DownloadBackgroundTip"; } } else |