Replace invalid character in Sizers Overview

This commit is contained in:
PB 2017-08-24 16:49:55 +02:00
parent 134279e8a8
commit 32cde66d9c

View File

@ -319,7 +319,7 @@ the platform or toolkit's user interface guidelines (if such things exist).
As a convenience, wxDialog::CreateButtonSizer() can be used to create this sizer.
wxWrapSizer is a sizer that lays out its items in a single line, like a box
sizer as long as there is space available in that direction. Once all available
sizer -- as long as there is space available in that direction. Once all available
space in the primary direction has been used, a new line is added and items
are added there.