X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c50e42a1223f6da4a07f5c8472a3fe7bf682356a..f938a756a1c5944f7cc3ee6f2e51effbc06fd9c0:/src/generic/tipdlg.cpp diff --git a/src/generic/tipdlg.cpp b/src/generic/tipdlg.cpp index 94370f2542..bd27ad9313 100644 --- a/src/generic/tipdlg.cpp +++ b/src/generic/tipdlg.cpp @@ -225,7 +225,8 @@ wxTipDialog::wxTipDialog(wxWindow *parent, // 1) create all controls in tab order #ifndef __SMARTPHONE__ - wxButton *btnClose = new wxButton(this, wxID_CANCEL, wxSTOCK_CLOSE); + // FIXME: use stock wxID_CLOSE button here! + wxButton *btnClose = new wxButton(this, wxID_CANCEL, _("Close")); #endif m_checkbox = new wxCheckBox(this, wxID_ANY, _("&Show tips at startup"));