Fix llDialog with empty buttons list for OpenSim.

The optimizer removes the extra "OK" for SL.
This commit is contained in:
Sei Lisa 2017-08-25 21:51:25 +02:00 committed by Sei-Lisa
parent b71c5e4287
commit 7bf262c61e
5 changed files with 7 additions and 7 deletions

View file

@ -493,7 +493,7 @@ find_seat(key id, integer index, string msg, integer captureSub)
info_dialog(key id, string text)
{
llDialog(id, product + " " + version + "\n\nSorry, " + text + ".\n", [], -7947386);
llDialog(id, product + " " + version + "\n\nSorry, " + text + ".\n", ["OK"], -7947386);
}
hovertext()