diff options
| author | Richard Nelson <none@none> | 2010-04-01 15:46:34 -0700 |
|---|---|---|
| committer | Richard Nelson <none@none> | 2010-04-01 15:46:34 -0700 |
| commit | 51e1c6b78a36cb968b9b3ea3d37a14dbe2609e8a (patch) | |
| tree | 8c92a1f3a47c9fe66d1fe7696f4fbd8aea1a52ea /indra/llui/llui.cpp | |
| parent | ca8da832bdb1532c47208ea5e1b6ef50a40c3677 (diff) | |
| parent | 6cc65f9e5f0aba9242295d955eb31c4938b093e1 (diff) | |
merge
Diffstat (limited to 'indra/llui/llui.cpp')
| -rw-r--r-- | indra/llui/llui.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index b049895526..f9a4ed7285 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -1914,7 +1914,12 @@ void LLUI::clearPopups() } } - +//static +void LLUI::reportBadKeystroke() +{ + make_ui_sound("UISndBadKeystroke"); +} + //static // spawn_x and spawn_y are top left corner of view in screen GL coordinates void LLUI::positionViewNearMouse(LLView* view, S32 spawn_x, S32 spawn_y) |
