X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b3d02a1d90641aa16a4f015b2c0bec99b91b03d..f7df21aadf1e921b76e34cd7f78ba5db33301a13:/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"));