]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/richmsgdlgg.h
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / include / wx / generic / richmsgdlgg.h
index fdff492ec37a7d9027b7ac4f2a413e06047f8f66..5446f87fef9cb38f3c8da206c006faec48b38795 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxGenericRichMessageDialog
 // Author:      Rickard Westerlund
 // Created:     2010-07-04
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -28,12 +27,7 @@ public:
           m_detailsPane(NULL)
     { }
 
-    virtual bool IsCheckBoxChecked() const
-    {
-        // This function can be called before the dialog is shown and hence
-        // before the check box is created.
-        return m_checkBox? m_checkBoxValue : m_checkBox->IsChecked();
-    }
+    virtual bool IsCheckBoxChecked() const;
 
 protected:
     wxCheckBox *m_checkBox;