Fix llDialog with empty buttons list for OpenSim.
The optimizer removes the extra "OK" for SL.
This commit is contained in:
parent
b71c5e4287
commit
7bf262c61e
5 changed files with 7 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue