Changed the URL in the help dialog to point to the SL Wiki
This commit is contained in:
parent
f354090b20
commit
8e6388cbf6
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue