summaryrefslogtreecommitdiff
path: root/indra/newview/llurllineeditorctrl.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-04-01 11:47:21 -0700
committerRichard Nelson <none@none>2010-04-01 11:47:21 -0700
commit7b4046df83e4353bdade8fbc39387a7bbb3f498d (patch)
tree2a33ba96f17375830b9e2931a1ebbdc687380ee3 /indra/newview/llurllineeditorctrl.cpp
parent2bb03e5edb5572de1ea31c66f439c8cde9cd2197 (diff)
EXT-3531 - Ctrl-P does not work reliably on login
Diffstat (limited to 'indra/newview/llurllineeditorctrl.cpp')
-rw-r--r--indra/newview/llurllineeditorctrl.cpp7
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");
-}