From 6496e8e32e4cba6320bd315d310d158ae709f7f2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 16 Aug 2012 00:42:40 +0000 Subject: [PATCH] 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 --- interface/wx/vlbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2