summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorIma Mechanique <none@none>2011-11-17 23:17:26 +0000
committerIma Mechanique <none@none>2011-11-17 23:17:26 +0000
commitb28492fbffd7bea9e7174260d66d5f52c76d24b2 (patch)
tree754a3fdd3278b363c622b411ac9acda1bd5c3927 /indra/newview/llpreviewscript.h
parent4bcdcd02fb7e83a2754084f2fb599b56ea6c8743 (diff)
STORM-1708 Adding ability to save/load scripts from file.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rw-r--r--indra/newview/llpreviewscript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h
index f86be615c4..f50e9322b0 100644
--- a/indra/newview/llpreviewscript.h
+++ b/indra/newview/llpreviewscript.h
@@ -98,6 +98,8 @@ public:
static void onClickForward(void* userdata);
static void onBtnInsertSample(void*);
static void onBtnInsertFunction(LLUICtrl*, void*);
+ static void onBtnLoadFromFile(void*);
+ static void onBtnSaveToFile(void*);
virtual bool hasAccelerators() const { return true; }