// Show the frame
frame->Show(true);
- SetTopWindow(frame);
return true;
}
str = wxGetTranslation(wxTRANSLATE("Bad luck! try again..."));
// note also that if we want 'str' to contain a localized string
- // we need to use wxGetTranslation explicitely as wxTRANSLATE just
+ // we need to use wxGetTranslation explicitly as wxTRANSLATE just
// tells xgettext to extract the string but has no effect on the
// runtime of the program!
}