blob: 03d50b8722170280ff872ebd7f6c9cb6b804c479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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) {
|