From 72e88d8ea37de545ea095cd536d652d153f78da9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 4 Jul 2012 16:17:55 +0000 Subject: [PATCH] fixing another reference to wrong center flag git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/stattext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/stattext.h b/interface/wx/stattext.h index 5df00457e9..3ab1ac2b7e 100644 --- a/interface/wx/stattext.h +++ b/interface/wx/stattext.h @@ -32,7 +32,7 @@ size of the text when SetLabel() is called. If this style flag is given, the control will not change its size (this style is especially useful with controls which also have the @c wxALIGN_RIGHT or - the @c wxALIGN_CENTRE style because otherwise they won't make sense any + the @c wxALIGN_CENTRE_HORIZONTAL style because otherwise they won't make sense any longer after a call to SetLabel()). @style{wxST_ELLIPSIZE_START} If the labeltext width exceeds the control width, replace the beginning -- 2.47.2