Added rbTone and rbPulse - RadioButtons

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@555 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Phil Greenway 2002-08-02 12:07:45 +00:00
parent 74407d8836
commit 352abde210

View File

@ -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