From 94d276fd216a4bdf4ac743cb567264cd928cd691 Mon Sep 17 00:00:00 2001 From: Sander van Dragt Date: Sat, 12 Mar 2016 19:57:00 +0000 Subject: [PATCH] Add missing Stop dialog option --- DanceServer/DanceServer/Object/!Dancer.lsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DanceServer/DanceServer/Object/!Dancer.lsl b/DanceServer/DanceServer/Object/!Dancer.lsl index 2186f077..4ec30db3 100644 --- a/DanceServer/DanceServer/Object/!Dancer.lsl +++ b/DanceServer/DanceServer/Object/!Dancer.lsl @@ -86,7 +86,7 @@ menu( list button_list )//le menu { button = "-" + button; } - button = "Cancel" + button; + button = "Stop" + button; if ( gAvKey == llGetOwner() ) button = "Reset" + button; if ( gIndex > 0 ) {