summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewgesture.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpreviewgesture.h')
-rw-r--r--indra/newview/llpreviewgesture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewgesture.h b/indra/newview/llpreviewgesture.h
index 5c84ee0188..4dea34ba1c 100644
--- a/indra/newview/llpreviewgesture.h
+++ b/indra/newview/llpreviewgesture.h
@@ -137,6 +137,8 @@ protected:
static void onDonePreview(LLMultiGesture* gesture, void* data);
+ virtual const char *getTitleName() const { return "Gesture"; }
+
protected:
// LLPreview contains mDescEditor
LLLineEditor* mTriggerEditor;