]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/infobar.h
Remove never implemented wxDateTime::IsGregorianDate().
[wxWidgets.git] / interface / wx / infobar.h
index e1c18a0ca7b1b9e1bea83c24937500e017257e49..24903d882da1730ac32682817bfcae44bb195b37 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        wx/infobar.h
 // Purpose:     interface of wxInfoBar
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -52,7 +51,7 @@
 
     void MyFrame::SomeMethod()
     {
-        m_infoBar->ShowMessage("Something happend", wxICON_INFORMATION);
+        m_infoBar->ShowMessage("Something happened", wxICON_INFORMATION);
     }
     @endcode
 
@@ -150,7 +149,7 @@ public:
         This method hides the window and lays out the parent window to account
         for its disappearance (unlike a simple Hide()).
      */
-    void Dismiss();
+    virtual void Dismiss();
 
     /**
         Remove a button previously added by AddButton().