openbsd-ports/telephony/iaxclient/patches/patch-simpleclient_iaxcomm_calls_cc
sebastia a540a8b3b4 Initial import of iaxclient 2.1beta3
A lightweight cross platform IP telephony client using
the IAX protocol, designed for use with the asterisk
open source PBX.

OK, landry@ jasper@
2010-06-18 17:32:21 +00:00

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);