From: Robin Dunn Date: Thu, 16 Aug 2012 00:42:40 +0000 (+0000) Subject: Correct a missing apostrophe in a doc string. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6496e8e32e4cba6320bd315d310d158ae709f7f2?ds=inline Correct a missing apostrophe in a doc string. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/vlbox.h b/interface/wx/vlbox.h index 8f9cd57ab4..1dc23d3599 100644 --- a/interface/wx/vlbox.h +++ b/interface/wx/vlbox.h @@ -298,7 +298,7 @@ protected: virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const = 0; /** - This method is used to draw the items background and, maybe, a border + This method is used to draw the item's background and, maybe, a border around it. The base class version implements a reasonable default behaviour which