]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting text alignment flag
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 4 Jul 2012 16:15:02 +0000 (16:15 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 4 Jul 2012 16:15:02 +0000 (16:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/spinctrl.h
interface/wx/stattext.h

index 0b88027f090e8c6375b9bb47725360dc08d11127..958f0869eb92f3d1be35a7723d71a58e0f4f7ab0 100644 (file)
@@ -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
index 08fddf0b150cdc017ef6b6e7f4d3de1370186381..5df00457e9a7fcba90c1a09401105f526853eab8 100644 (file)
@@ -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