From 2b223cdaa970f38b78b18f84467a5351646d8ace Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 22 May 2014 14:35:43 +0000 Subject: [PATCH] Minor fixes to wxStaticBitmap documentation. Fix typo in the description; correct "See also" section. Closes #16279. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/statbmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/statbmp.h b/interface/wx/statbmp.h index c1e75089ee..4a5f3ec7a2 100644 --- a/interface/wx/statbmp.h +++ b/interface/wx/statbmp.h @@ -18,7 +18,7 @@ Notice that for the best results, the size of the control should be the same as the size of the image displayed in it, as happens by default if - if it's not resized explicitly. Otherwise, behaviour depends on the + it's not resized explicitly. Otherwise, behaviour depends on the platform: under MSW, the bitmap is drawn centred inside the control, while elsewhere it is drawn at the origin of the control. @@ -26,7 +26,7 @@ @category{ctrl} @appearance{staticbitmap} - @see wxStaticBitmap, wxStaticBox + @see wxBitmap */ class wxStaticBitmap : public wxControl {