]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richmsgdlg.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / richmsgdlg.h
index 554a3691d01345f434df4dfddab9977995b910d8..1fbc96428ffad29107265cefa1be3e437c00c985 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxRichMessageDialogBase
 // Author:      Rickard Westerlund
 // Created:     2010-07-03
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -27,8 +26,8 @@ public:
                              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 )
         { }