]> git.saurik.com Git - wxWidgets.git/commit
Fix button order in wxStdDialogButtonSizer in all cases under GTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:11 +0000 (21:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Aug 2010 21:48:11 +0000 (21:48 +0000)
commita01d6442f4dcf2d30d52e50bc8c8410066f76265
treee848957c84aeef354792f336b804acdbaf645e9a
parent4c624eb1e57635e0164f6745dc05375b72240a37
Fix button order in wxStdDialogButtonSizer in all cases under GTK.

The order of Yes/No/Cancel was recently fixed by the changes in r65346 but it
broke the order of the buttons in Ok/Cancel case. Ensure the correct order is
used in all cases now: the one described by GNOME HIG by default but different
order for the special case of Yes/No/Cancel which follows the native message
box.

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