]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/scoredg.cpp
Artwork updates
[wxWidgets.git] / demos / forty / scoredg.cpp
index eca8a7bd8db6359a1f6bdc7e738b5abe54481dde..dce78ba2ab3c299114d7ec3fc7a8780e7a8f9c97 100644 (file)
@@ -191,7 +191,7 @@ ScoreDialog::ScoreDialog(wxWindow* parent, ScoreFile* file) :
     // locate and resize with sizers
     wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );
     topsizer->Add( list, 1, wxALL|wxGROW, 10 );
-    wxButton *button = new wxButton(this, wxID_OK, _("OK"));
+    wxButton *button = new wxButton(this, wxID_OK);
     topsizer->Add( button, 0, wxALIGN_CENTER_HORIZONTAL|wxALL , 10 );
     button->SetFocus();