Don't center wxGenericMessageDialog elements.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:25 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:25 +0000 (21:48 +0000)
commitbb612373c0db87bd79af9876be16be1bdf90e42a
tree4c1a8ca0c350fb5459e6add373a8be7cecbf1cf5
parentd20ba5f860c0ccfdbbd26a29e53b31f7319e06f6
Don't center wxGenericMessageDialog elements.

Centering doesn't seem to be appropriate on neither of the major platforms and
makes wxGenericMessageDialog and wxGenericRichMessageDialog which uses it look
even less native than otherwise.

Simply don't do it neither for the text nor, especially, for the buttons where
wxStdDialogButtonSizer already exists to take care of their alignment.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/msgdlgg.cpp