// Purpose: wxRichMessageDialogBase
// Author: Rickard Westerlund
// Created: 2010-07-03
-// RCS-ID: $Id$
// Copyright: (c) 2010 wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
const wxString& caption,
long style )
: wxGenericMessageDialog( parent, message, caption, style ),
- m_detailsExpanderCollapsedLabel( _("&See details") ),
- m_detailsExpanderExpandedLabel( _("&Hide details") ),
+ m_detailsExpanderCollapsedLabel( wxGetTranslation("&See details") ),
+ m_detailsExpanderExpandedLabel( wxGetTranslation("&Hide details") ),
m_checkBoxValue( false )
{ }