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/newview/llurllineeditorctrl.cpp | |
| parent | ca8da832bdb1532c47208ea5e1b6ef50a40c3677 (diff) | |
| parent | 6cc65f9e5f0aba9242295d955eb31c4938b093e1 (diff) | |
merge
Diffstat (limited to 'indra/newview/llurllineeditorctrl.cpp')
| -rw-r--r-- | indra/newview/llurllineeditorctrl.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llurllineeditorctrl.cpp b/indra/newview/llurllineeditorctrl.cpp index 258c3ddd75..1d2687a8c2 100644 --- a/indra/newview/llurllineeditorctrl.cpp +++ b/indra/newview/llurllineeditorctrl.cpp @@ -72,7 +72,7 @@ void LLURLLineEditor::cut() if( need_to_rollback ) { rollback.doRollback( this ); - reportBadKeystroke(); + LLUI::reportBadKeystroke(); } else if( mKeystrokeCallback ) @@ -96,8 +96,3 @@ void LLURLLineEditor::copyEscapedURLToClipboard() gClipboard.copyFromString( text_to_copy ); } -// Makes UISndBadKeystroke sound -void LLURLLineEditor::reportBadKeystroke() -{ - make_ui_sound("UISndBadKeystroke"); -} |
