diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 17:49:03 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 17:49:03 +0100 |
commit | e6688f993f82d2683e3eadce96c893959c94be2d (patch) | |
tree | d3078961189c207b49ecfb76586da5110080d755 /indra/newview/llpreviewscript.h | |
parent | 595cbb77d250e3df2ba8caa66ad9c940430a8d3f (diff) | |
parent | fa22f0a6f8d1144bee20654209342280a772bcae (diff) |
merge
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 ef4f0d9c20..f4b31e5962 100644 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -87,6 +87,8 @@ public: static void onBtnInsertSample(void*); static void onBtnInsertFunction(LLUICtrl*, void*); + virtual bool hasAccelerators() const { return true; } + private: void onBtnHelp(); void onBtnDynamicHelp(); |