From 8e6388cbf621319ff192ee67240b754dde7911af Mon Sep 17 00:00:00 2001 From: Ochi Wolfe Date: Sun, 7 Jul 2013 12:30:10 +0200 Subject: [PATCH] Changed the URL in the help dialog to point to the SL Wiki --- FURWARE text display creator.lsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FURWARE text display creator.lsl b/FURWARE text display creator.lsl index 1e90023..92c6e4e 100644 --- a/FURWARE text display creator.lsl +++ b/FURWARE text display creator.lsl @@ -130,7 +130,7 @@ default { } else if (message == "Help") { llLoadURL(llGetOwner(), "An extensive manual is available online." + "\nEine ausführliche Anleitung ist online verfügbar.", - "http://www.furware.de/products/text/"); + "http://wiki.secondlife.com/wiki/FURWARE_text"); } return; } else if (inputType == "type") {