mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8dac833ab2
PR: 12624 Submitted by: Jason Brazile <jason.brazile@netcetera.ch>
20 lines
649 B
Plaintext
20 lines
649 B
Plaintext
*** 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) {
|