diff options
| author | Kelly Washington <kelly@lindenlab.com> | 2010-09-24 16:31:43 -0700 |
|---|---|---|
| committer | Kelly Washington <kelly@lindenlab.com> | 2010-09-24 16:31:43 -0700 |
| commit | 92013d1212fdd2f082f1fdf07350e8e319b2fd75 (patch) | |
| tree | d68f2e0a4fc863a96105fa2ce78f8ada3e084344 /indra/newview/llpreviewscript.h | |
| parent | d129d6ee23995d0a5e89aa71e56d6ed6aa95761e (diff) | |
VWR-21377 Script editor ctrl-f fix.
change to better / more consistent naming
Diffstat (limited to 'indra/newview/llpreviewscript.h')
| -rw-r--r-- | indra/newview/llpreviewscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 3207da4e00..f4b31e5962 100644 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -87,7 +87,7 @@ public: static void onBtnInsertSample(void*); static void onBtnInsertFunction(LLUICtrl*, void*); - virtual bool hasMenus() const { return true; } + virtual bool hasAccelerators() const { return true; } private: void onBtnHelp(); |
