aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r--linden/indra/newview/llpreviewscript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h
index ee7d773..fc9ba4b 100644
--- a/linden/indra/newview/llpreviewscript.h
+++ b/linden/indra/newview/llpreviewscript.h
@@ -87,6 +87,7 @@ public:
87 bool handleReloadFromServerDialog(const LLSD& notification, const LLSD& response); 87 bool handleReloadFromServerDialog(const LLSD& notification, const LLSD& response);
88 88
89 static bool onHelpWebDialog(const LLSD& notification, const LLSD& response); 89 static bool onHelpWebDialog(const LLSD& notification, const LLSD& response);
90 static bool onHelpAutoscript(const LLSD& notification, const LLSD& response);
90 static void onBtnHelp(void* userdata); 91 static void onBtnHelp(void* userdata);
91 static void onBtnDynamicHelp(void* userdata); 92 static void onBtnDynamicHelp(void* userdata);
92 static void onCheckLock(LLUICtrl*, void*); 93 static void onCheckLock(LLUICtrl*, void*);
@@ -100,6 +101,7 @@ public:
100 static void onBtnUndoChanges(void*); 101 static void onBtnUndoChanges(void*);
101 static void onBtnSaveToDisc(void*); 102 static void onBtnSaveToDisc(void*);
102 static void onBtnLoadFromDisc(void*); 103 static void onBtnLoadFromDisc(void*);
104 static void onBtnAutoscript(void* userdata);
103 static void onSearchMenu(void* userdata); 105 static void onSearchMenu(void* userdata);
104 106
105 static void onUndoMenu(void* userdata); 107 static void onUndoMenu(void* userdata);