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
446 B
Plaintext
13 lines
446 B
Plaintext
$OpenBSD: patch-simpleclient_iaxcomm_calls_cc,v 1.1 2010/06/18 17:32:21 sebastia Exp $
|
|
--- simpleclient/iaxcomm/calls.cc.orig Sun Jun 6 13:46:43 2010
|
|
+++ simpleclient/iaxcomm/calls.cc Sun Jun 6 13:46:55 2010
|
|
@@ -85,7 +85,7 @@ CallList::CallList(wxWindow *parent, int nCalls, wxWin
|
|
|
|
Hide();
|
|
|
|
-#if !defined(__UNICODE__)
|
|
+#if !defined(wxUSE_UNICODE)
|
|
wxFont font = GetFont();
|
|
font.SetPointSize(11);
|
|
font.SetFamily(wxSWISS);
|