diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-05 11:21:08 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-05 11:21:08 +0300 |
commit | eb70b5e7e016c1f767461a7266b9fa56603627d2 (patch) | |
tree | 9205e83bd5b1e833fa36153266cc94e0f1a5119d /indra | |
parent | 9252b411cf9b7035ae485140211187d7e253bf61 (diff) |
MAINT-5170 FIXED Show info for all faces in one notification.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llviewermenu.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 9d680e23d1..6d7a8008ba 100755 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -7078,11 +7078,10 @@ void handle_selected_texture_info(void*) { msg.append( llformat("%d ", (S32)(it->second[i]))); } - - LLSD args; - args["MESSAGE"] = msg; - LLNotificationsUtil::add("SystemMessage", args); } + LLSD args; + args["MESSAGE"] = msg; + LLNotificationsUtil::add("SystemMessage", args); } } |