]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 847127 ] HELP button displayed by wxMessageDialog with wxSTAY_ON_TOP.
authorJulian Smart <julian@anthemion.co.uk>
Thu, 11 Dec 2003 12:37:41 +0000 (12:37 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 11 Dec 2003 12:37:41 +0000 (12:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/msgdlgg.cpp

index 7e2d9de6c0021ee5d75740f398ec53144e9429ca..6359bd93173962c9360310572b47f2f63c806529 100644 (file)
@@ -124,7 +124,8 @@ wxGenericMessageDialog::wxGenericMessageDialog( wxWindow *parent,
 
     // 4) buttons
 #if wxUSE_BUTTON
-    topsizer->Add( CreateButtonSizer( style ), 0, wxCENTRE | wxALL, 10 );
+    topsizer->Add( CreateButtonSizer( style & (wxOK|wxCANCEL|wxYES_NO|wxYES_DEFAULT|wxNO_DEFAULT) ),
+                   0, wxCENTRE | wxALL, 10 );
  #endif
 
     SetAutoLayout( TRUE );