From: <st...@us...> - 2003-06-10 21:06:23
|
Update of /cvsroot/iaxclient/iaxclient/simpleclient/wx In directory sc8-pr-cvs1:/tmp/cvs-serv21192 Modified Files: wx.cc Log Message: fix DTMF buttons. Index: wx.cc =================================================================== RCS file: /cvsroot/iaxclient/iaxclient/simpleclient/wx/wx.cc,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- wx.cc 10 Jun 2003 14:40:27 -0000 1.20 +++ wx.cc 10 Jun 2003 21:06:19 -0000 1.21 @@ -265,7 +265,7 @@ void IAXFrame::OnDTMF(wxEvent &evt) { - iaxc_send_dtmf(evt.m_id); + iaxc_send_dtmf(*buttonlabels[evt.m_id]); } void IAXFrame::OnDial(wxEvent &evt) |