- wxButton *okButton = new wxButton(this, wxID_OK, "OK", wxPoint(5, by));
- (void) new wxButton(this, wxID_OK, "Cancel", wxPoint(50, by));
+ wxButton *okButton = new wxButton(this, wxID_OK, _("OK"), wxPoint(5, by));
+ (void) new wxButton(this, wxID_OK, _("Cancel"), wxPoint(50, by));