From 352abde21070c625e20fa8935e9ae571ba6503b8 Mon Sep 17 00:00:00 2001 From: Phil Greenway Date: Fri, 2 Aug 2002 12:07:45 +0000 Subject: [PATCH] Added rbTone and rbPulse - RadioButtons git-svn-id: file:///srv/svn/repos/haiku/trunk/current@555 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/prefs/dun/ModemWindow.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/prefs/dun/ModemWindow.h b/src/prefs/dun/ModemWindow.h index da297630b9..55c0ce69f7 100644 --- a/src/prefs/dun/ModemWindow.h +++ b/src/prefs/dun/ModemWindow.h @@ -34,12 +34,16 @@ private: BTextView *tvRedial; BTextView *tvTimesBusySignal; + BTextView *tvUse; BTextView *tvReadLogPath; BTextView *tvWriteLogPath; BCheckBox *chkMakeConnection; BCheckBox *chkShowTerminal; BCheckBox *chkLogAll; + + BRadioButton *rbTone; + BRadioButton *rbPulse; }; #endif