From 572423d06c73e6c63013aed95d7c8d9021b51ea1 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 9 Sep 2008 17:42:31 +0000 Subject: (svn r14283) -Fix [FS#2281](r14175): beep only after clicking on the main toolbar, not after finishing the selection --- src/toolbar_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index f01ae972e..88b0ea17e 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -1019,7 +1019,6 @@ struct MainToolbarWindow : Window { virtual void OnDropdownSelect(int widget, int index) { _menu_clicked_procs[widget](index); - SndPlayFx(SND_15_BEEP); } virtual EventState OnKeyPress(uint16 key, uint16 keycode) -- cgit v1.2.3-70-g09d2