wxWidgets3: update to svn r70933

This commit is contained in:
Shawn Hoffman
2012-03-17 18:12:27 -07:00
parent 0ed8af2287
commit a648aca65c
906 changed files with 39468 additions and 17244 deletions

View File

@ -3,7 +3,7 @@
// Purpose: wxRichMessageDialogBase
// Author: Rickard Westerlund
// Created: 2010-07-03
// RCS-ID: $Id: richmsgdlg.h 65349 2010-08-18 22:48:41Z VZ $
// RCS-ID: $Id: richmsgdlg.h 70165 2011-12-29 14:42:13Z SN $
// Copyright: (c) 2010 wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@ -45,7 +45,7 @@ public:
wxString GetDetailedText() const { return m_detailedText; }
virtual bool IsCheckBoxChecked() const { return m_checkBoxValue; };
virtual bool IsCheckBoxChecked() const { return m_checkBoxValue; }
protected:
const wxString m_detailsExpanderCollapsedLabel;