summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLanceCorrimal <none@none>2011-03-24 10:20:35 +0100
committerLanceCorrimal <none@none>2011-03-24 10:20:35 +0100
commit64e8bd3a99adcc6a0381705a9da44fc5299903f2 (patch)
treef92b060129701f1d037c02c65767af8d9ab322f4 /indra/newview
parent1c375a8c880354432da2b218c321ed708497e161 (diff)
Fixed VWR-25269
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index ec72df79d1..625107cf55 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -6402,12 +6402,12 @@ class LLToolsSelectedScriptAction : public view_listener_t
else if (action == "start")
{
name = "start_queue";
- msg = "Running";
+ msg = "SetRunning";
}
else if (action == "stop")
{
name = "stop_queue";
- msg = "RunningNot";
+ msg = "SetRunningNot";
}
LLUUID id; id.generate();