diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-10-11 17:55:27 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-10-11 17:55:27 +0300 |
commit | 3f4c977bc9c4604f0216f0463bd609c615b6c0b7 (patch) | |
tree | f0216345764fef35bafdee0c992da6f2d2bd2f5e /indra/newview/scripts/lua/test_toolbars.lua | |
parent | d69ad11a8d0d1a3b02ff75fdec7e2b230a526abc (diff) |
Update demo scripts
Diffstat (limited to 'indra/newview/scripts/lua/test_toolbars.lua')
-rw-r--r-- | indra/newview/scripts/lua/test_toolbars.lua | 4 |
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 |