]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richmsgdlg.h
No changes, just fix a typo in a comment in wx/docview.h.
[wxWidgets.git] / include / wx / richmsgdlg.h
index 5036897a2565b74311aa368748a7bae816206d87..1fbc96428ffad29107265cefa1be3e437c00c985 100644 (file)
@@ -26,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 )
         { }