X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..4a528443651296fc50db585e780173cbe5e42db3:/src/msw/pen.cpp diff --git a/src/msw/pen.cpp b/src/msw/pen.cpp index f255240708..e3609b79bb 100644 --- a/src/msw/pen.cpp +++ b/src/msw/pen.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/pen.cpp +// Name: src/msw/pen.cpp // Purpose: wxPen // Author: Julian Smart // Modified by: @@ -397,4 +397,3 @@ int wx2msPenStyle(int wx_style) #endif return PS_SOLID; } -