fix typos and update MSW code to use new wxPENSTYLE_* enum values

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-16 21:36:59 +00:00
parent 82cddbd97a
commit 777819af7b
3 changed files with 34 additions and 34 deletions

View File

@@ -31,7 +31,7 @@ enum wxPenStyle
wxPENSTYLE_LONG_DASH = wxLONG_DASH,
wxPENSTYLE_SHORT_DASH = wxSHORT_DASH,
wxPENSTYLE_DOT_DASH = wxDOT_DASH,
wxPENSTYLE_USER_DOT = wxUSER_DASH,
wxPENSTYLE_USER_DASH = wxUSER_DASH,
wxPENSTYLE_TRANSPARENT = wxTRANSPARENT,
@@ -56,7 +56,7 @@ enum wxPenStyle
wxPENSTYLE_LONG_DASH,
wxPENSTYLE_SHORT_DASH,
wxPENSTYLE_DOT_DASH,
wxPENSTYLE_USER_DOT,
wxPENSTYLE_USER_DASH,
wxPENSTYLE_TRANSPARENT,