diff options
author | Ima Mechanique <none@none> | 2011-11-17 23:17:26 +0000 |
---|---|---|
committer | Ima Mechanique <none@none> | 2011-11-17 23:17:26 +0000 |
commit | b28492fbffd7bea9e7174260d66d5f52c76d24b2 (patch) | |
tree | 754a3fdd3278b363c622b411ac9acda1bd5c3927 /indra/newview/llpreviewscript.h | |
parent | 4bcdcd02fb7e83a2754084f2fb599b56ea6c8743 (diff) |
STORM-1708 Adding ability to save/load scripts from file.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rw-r--r-- | indra/newview/llpreviewscript.h | 2 |
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; } |