From: Julian Smart Date: Mon, 11 Sep 2000 12:45:29 +0000 (+0000) Subject: Corrected typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/98e8d44a9eddb331dd1d7d1ec28c7c3c1d3f2bc3 Corrected typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);