1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/mxv/files/patch-ae
Michael Haro 8dac833ab2 update to 1.20
PR:		12624
Submitted by:	Jason Brazile <jason.brazile@netcetera.ch>
2000-02-14 21:03:05 +00:00

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) {