X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fa6ebf70668032c517dc32e94b8f27ef3c3e6b7..42ef83fa71e14e4fcbb537dd0da7bd9ef9701f49:/src/msw/dcclient.cpp diff --git a/src/msw/dcclient.cpp b/src/msw/dcclient.cpp index 0093ebeaa5..b2a21e9de5 100644 --- a/src/msw/dcclient.cpp +++ b/src/msw/dcclient.cpp @@ -76,7 +76,7 @@ static PAINTSTRUCT g_paintStruct; #ifdef __WXDEBUG__ // a global variable which we check to verify that wxPaintDC are only // created in resopnse to WM_PAINT message - doing this from elsewhere is a - // common programming error among wxWindows programmers and might lead to + // common programming error among wxWidgets programmers and might lead to // very subtle and difficult to debug refresh/repaint bugs. int g_isPainting = 0; #endif // __WXDEBUG__