Fix confusing people in the last change to the guide

s/the,/them/
This commit is contained in:
Vadim Zeitlin
2019-09-29 22:47:29 +02:00
parent 90e4ceb1c6
commit 5a785be03f

View File

@@ -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