X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b935bec2368afde72a9451fd431c8039b1194f1f..31ad423e4fb556ec225a63b161154d3bf3445c1b:/include/wx/scrolwin.h diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index 9ebdc14f1b..486050a29d 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -51,7 +51,7 @@ public: virtual void GetScrollPixelsPerUnit(int *pixelsPerUnitX, int *pixelsPerUnitY) const; - // Enable/disable Windows scrolling in either direction. If TRUE, wxWindows + // Enable/disable Windows scrolling in either direction. If TRUE, wxWidgets // scrolls the canvas and only a bit of the canvas is invalidated; no // Clear() is necessary. If FALSE, the whole canvas is invalidated and a // Clear() is necessary. Disable for when the scroll increment is used to