]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipdlg.cpp
Applied Andreas patch for applying the widget style
[wxWidgets.git] / src / generic / tipdlg.cpp
index fbea2405e0b8fc3281ca69a0c9d1a5f0d246064c..94370f2542335572a05ed735f0e733dde4b6da49 100644 (file)
@@ -225,7 +225,7 @@ wxTipDialog::wxTipDialog(wxWindow *parent,
     // 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"));