summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/test_toolbars.lua
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-10-11 17:55:27 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-10-11 17:55:27 +0300
commit3f4c977bc9c4604f0216f0463bd609c615b6c0b7 (patch)
treef0216345764fef35bafdee0c992da6f2d2bd2f5e /indra/newview/scripts/lua/test_toolbars.lua
parentd69ad11a8d0d1a3b02ff75fdec7e2b230a526abc (diff)
Update demo scripts
Diffstat (limited to 'indra/newview/scripts/lua/test_toolbars.lua')
-rw-r--r--indra/newview/scripts/lua/test_toolbars.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/scripts/lua/test_toolbars.lua b/indra/newview/scripts/lua/test_toolbars.lua
index 7683fca8a3..9cd1043446 100644
--- a/indra/newview/scripts/lua/test_toolbars.lua
+++ b/indra/newview/scripts/lua/test_toolbars.lua
@@ -20,7 +20,7 @@ if response == 'OK' then
UI.removeToolbarBtn(BUTTONS[i])
end
end
- popup:tip('Toolbars were reshuffled')
+ UI.popup:tip('Toolbars were reshuffled')
else
- popup:tip('Canceled')
+ UI.popup:tip('Canceled')
end