]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/button.cpp
cleanup - reformat
[wxWidgets.git] / src / univ / button.cpp
index b70394dc5c6ea890b5d34c14a82d5f9892987ddc..f41f45b6e6d7648149bbcce0e479927cbe7cd56f 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "univbutton.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
@@ -81,7 +77,7 @@ bool wxButton::Create(wxWindow *parent,
     if (label.empty() && wxIsStockID(id))
         label = wxGetStockLabel(id);
 
-    long ctrl_style = style & !wxBU_ALIGN_MASK;
+    long ctrl_style = style & ~wxBU_ALIGN_MASK;
 
     wxASSERT_MSG( (ctrl_style & wxALIGN_MASK) == 0,
                   _T("Some style conflicts with align flags") );