From 6688f23d6305cbf69fac3a66b4088e98e92c3caf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 14 May 2002 13:53:48 +0000 Subject: [PATCH] Now shows author correctly under MacOS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- demos/poem/wxpoem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/poem/wxpoem.cpp b/demos/poem/wxpoem.cpp index ae41ff83cf..8a883d1543 100644 --- a/demos/poem/wxpoem.cpp +++ b/demos/poem/wxpoem.cpp @@ -255,7 +255,7 @@ void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y) { ch = -1; i ++; -#ifdef __WXMSW__ +#if defined(__WXMSW__) || defined(__WXMAC__) // Add another to skip the linefeed i ++; #endif -- 2.45.2