summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastscripttextbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoastscripttextbox.cpp')
-rw-r--r--indra/newview/lltoastscripttextbox.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/lltoastscripttextbox.cpp b/indra/newview/lltoastscripttextbox.cpp
index a9f8272ea9..2a0d971a44 100644
--- a/indra/newview/lltoastscripttextbox.cpp
+++ b/indra/newview/lltoastscripttextbox.cpp
@@ -161,13 +161,15 @@ void LLToastScriptTextbox::close()
die();
}
+#include "lllslconstants.h"
void LLToastScriptTextbox::onClickOk()
{
LLSD response = mNotification->getResponseTemplate();
- response["OH MY GOD WHAT A HACK"] = true;
+ //response["OH MY GOD WHAT A HACK"] = "woot";
+ response[TEXTBOX_MAGIC_TOKEN] = "ffffffffuuuuu";
mNotification->respond(response);
close();
- //llerrs << response << llendl;
+ llwarns << response << llendl;
}
/*
void LLToastScriptTextbox::onClickAttachment()