From 33d8353fa58dbc66fc9d22fcd510ded6b26ce719 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 4 Jul 2012 16:15:02 +0000 Subject: [PATCH] correcting text alignment flag git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/spinctrl.h | 2 +- interface/wx/stattext.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/wx/spinctrl.h b/interface/wx/spinctrl.h index 0b88027f09..958f0869eb 100644 --- a/interface/wx/spinctrl.h +++ b/interface/wx/spinctrl.h @@ -23,7 +23,7 @@ dialog) under MSW. @style{wxALIGN_LEFT} Same as wxTE_LEFT for wxTextCtrl: the text is left aligned. - @style{wxALIGN_CENTRE} + @style{wxALIGN_CENTRE_HORIZONTAL} Same as wxTE_CENTRE for wxTextCtrl: the text is centered. @style{wxALIGN_RIGHT} Same as wxTE_RIGHT for wxTextCtrl: the text is right aligned (this is diff --git a/interface/wx/stattext.h b/interface/wx/stattext.h index 08fddf0b15..5df00457e9 100644 --- a/interface/wx/stattext.h +++ b/interface/wx/stattext.h @@ -25,7 +25,7 @@ Align the text to the left. @style{wxALIGN_RIGHT} Align the text to the right. - @style{wxALIGN_CENTRE} + @style{wxALIGN_CENTRE_HORIZONTAL} Center the text (horizontally). @style{wxST_NO_AUTORESIZE} By default, the control will adjust its size to exactly fit to the -- 2.47.2