// 1) create all controls in tab order
#ifndef __SMARTPHONE__
- wxButton *btnClose = new wxButton(this, wxID_CANCEL, _("&Close"));
+ wxButton *btnClose = new wxButton(this, wxID_CANCEL, wxSTOCK_CLOSE);
#endif
m_checkbox = new wxCheckBox(this, wxID_ANY, _("&Show tips at startup"));