Changed the URL in the help dialog to point to the SL Wiki

This commit is contained in:
Ochi Wolfe 2013-07-07 12:30:10 +02:00
parent f354090b20
commit 8e6388cbf6

View file

@ -130,7 +130,7 @@ default {
} else if (message == "Help") { } else if (message == "Help") {
llLoadURL(llGetOwner(), "An extensive manual is available online." + llLoadURL(llGetOwner(), "An extensive manual is available online." +
"\nEine ausführliche Anleitung ist online verfügbar.", "\nEine ausführliche Anleitung ist online verfügbar.",
"http://www.furware.de/products/text/"); "http://wiki.secondlife.com/wiki/FURWARE_text");
} }
return; return;
} else if (inputType == "type") { } else if (inputType == "type") {