From 98e8d44a9eddb331dd1d7d1ec28c7c3c1d3f2bc3 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 11 Sep 2000 12:45:29 +0000 Subject: [PATCH] Corrected typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/tipwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/tipwin.cpp b/src/generic/tipwin.cpp index 40b227ae68..6dc8aa8658 100644 --- a/src/generic/tipwin.cpp +++ b/src/generic/tipwin.cpp @@ -164,7 +164,7 @@ void wxTipWindow::OnPaint(wxPaintEvent& event) #ifdef __WXMSW__ dc.SetPen( * wxTRANSPARENT_PEN ); #else - dc.SetPen( * wxBLACK_PEND ); + dc.SetPen( * wxBLACK_PEN ); #endif dc.DrawRectangle(rect); -- 2.50.0