From 5a785be03fccd0477febd528dd3c75fd0518401d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Sep 2019 22:47:29 +0200 Subject: [PATCH] Fix confusing people in the last change to the guide s/the,/them/ --- docs/doxygen/overviews/roughguide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/roughguide.h b/docs/doxygen/overviews/roughguide.h index a27c6cbb1d..3f804ff0d2 100644 --- a/docs/doxygen/overviews/roughguide.h +++ b/docs/doxygen/overviews/roughguide.h @@ -32,7 +32,7 @@ resized by the user -- and to do this you use wxSizer-derived classes, such as wxBoxSizer and wxFlexGridSizer, to layout everything correctly. Instances of wxDialog can also be used for controls and they have the advantage -of not requiring a separate panel inside the,. +of not requiring a separate panel inside them. Instead of creating a dialog box and populating it with items, it is possible to choose one of the convenient common dialog classes, such as wxMessageDialog