Fix several bits of bad i18n markup and add start of checking script.
[dcpomatic.git] / src / wx / playhead_to_frame_dialog.cc
index 137be60ae7c0c8e96134e54cae47c9d98f87233d..1ae049d26ce9ea2429bc57e189c21e6724b7f48b 100644 (file)
@@ -29,6 +29,7 @@ PlayheadToFrameDialog::PlayheadToFrameDialog (wxWindow* parent, int fps)
 {
        add (_("Go to"), true);
        _frame = add (new wxTextCtrl (this, wxID_ANY, wxT ("")));
+       _frame->SetFocus ();
 
        layout ();
 }