a540a8b3b4
A lightweight cross platform IP telephony client using the IAX protocol, designed for use with the asterisk open source PBX. OK, landry@ jasper@
13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
$OpenBSD: patch-simpleclient_iaxcomm_frame_cc,v 1.1 2010/06/18 17:32:21 sebastia Exp $
|
|
--- simpleclient/iaxcomm/frame.cc.orig Sun Jun 6 13:46:27 2010
|
|
+++ simpleclient/iaxcomm/frame.cc Sun Jun 6 13:46:41 2010
|
|
@@ -425,7 +425,7 @@ void MyFrame::ShowDirectoryControls()
|
|
config->SetPath(_T("/OT"));
|
|
bCont = config->GetFirstGroup(OTName, dummy);
|
|
while ( bCont ) {
|
|
-#if defined(__UNICODE__)
|
|
+#if defined(wxUSE_UNICODE)
|
|
ot = ((wxButton *)((*aPanel).FindWindow(wxXmlResource::GetXRCID(OTName))));
|
|
#else
|
|
ot = XRCCTRL(*aPanel, OTName, wxButton);
|