summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastscripttextbox.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-29 17:03:05 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-29 17:03:05 +0100
commit42ed8e8ffadd6bd7d8784084e9a29badf5d75c5c (patch)
treea7c3f576bc8838bb5f7587502cc9e01d48231542 /indra/newview/lltoastscripttextbox.cpp
parent921d6187073afa3e76e05395ddb8a64f9f479d68 (diff)
response is starting to limp along.
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()