*** old/dialogbox.C	Mon Jul 12 15:43:28 1999
--- dialogbox.C	Mon Jul 12 15:43:56 1999
***************
*** 45,51 ****
  #include "textinput.h"
  
  boolean DialogBox::override_WindowManager = false;
! int DialogBox::beep_Level = 50;
  
  DialogBox::DialogBox(ButtonState* s, Interactor* u, Response r) 
  		: Dialog(s, nil), defaultResponse(r), underlying(u), useBell(false) {
--- 45,51 ----
  #include "textinput.h"
  
  boolean DialogBox::override_WindowManager = false;
! int DialogBox::beep_Level = 0;
  
  DialogBox::DialogBox(ButtonState* s, Interactor* u, Response r) 
  		: Dialog(s, nil), defaultResponse(r), underlying(u), useBell(false) {
