diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 11:44:14 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 11:44:14 +0100 |
commit | 8863805d5ca446f06e73e2ba2b9e9dd35051b8fb (patch) | |
tree | ae8d2d536aa413e556e66bdbe85f2fbf67e5735c /indra/newview/llpreviewscript.h | |
parent | 5c9d878d8c2da0d413aa6b0976faa595382681c2 (diff) | |
parent | 53bfc13ab8732633d8a53c2d3602aff3e3e652d2 (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(); |