// Purpose: wxGenericRichMessageDialog
// Author: Rickard Westerlund
// Created: 2010-07-04
-// RCS-ID: $Id$
// Copyright: (c) 2010 wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
// 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();
+ return m_checkBox ? m_checkBox->IsChecked() : m_checkBoxValue;
}
#endif // wxUSE_RICHMSGDLG