Merge pull request #1 from svandragt/svandragt-patch-1

Add missing Stop dialog option
This commit is contained in:
Sander van Dragt
2016-03-12 19:57:49 +00:00

View File

@@ -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 )
{