X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b3d02a1d90641aa16a4f015b2c0bec99b91b03d..600902562da4b1008c006a1d9daca40fc932b7ef:/src/generic/tipdlg.cpp diff --git a/src/generic/tipdlg.cpp b/src/generic/tipdlg.cpp index fbea2405e0..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, _("&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"));