From 32cde66d9cbdf59bd62e8d4a02de36025016cebe Mon Sep 17 00:00:00 2001 From: PB Date: Thu, 24 Aug 2017 16:49:55 +0200 Subject: [PATCH] Replace invalid character in Sizers Overview --- docs/doxygen/overviews/sizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/sizer.h b/docs/doxygen/overviews/sizer.h index 8992e799ee..4ab49f1d16 100644 --- a/docs/doxygen/overviews/sizer.h +++ b/docs/doxygen/overviews/sizer.h @@ -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.