Corrected typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-09-11 12:45:29 +00:00
parent 129caaddf1
commit 98e8d44a9e

View File

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