X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fb39fd56c1ee6cb487b6bbfc308353e47a98475..518cef04707760634dd3937c3a928bbc2db24836:/src/common/dcbase.cpp?ds=inline diff --git a/src/common/dcbase.cpp b/src/common/dcbase.cpp index a8b4420651..822c772dee 100644 --- a/src/common/dcbase.cpp +++ b/src/common/dcbase.cpp @@ -90,12 +90,6 @@ #include "wx/dfb/dcscreen.h" #endif -#ifdef __WXPALMOS__ - #include "wx/palmos/dcclient.h" - #include "wx/palmos/dcmemory.h" - #include "wx/palmos/dcscreen.h" -#endif - //---------------------------------------------------------------------------- // wxDCFactory //---------------------------------------------------------------------------- @@ -1298,7 +1292,7 @@ void wxDC::DrawLabel(const wxString& text, { if ( pc - text.begin() == indexAccel ) { - // remeber to draw underscore here + // remember to draw underscore here GetTextExtent(curLine, &startUnderscore, NULL); curLine += *pc; GetTextExtent(curLine, &endUnderscore, NULL);