diff options
Diffstat (limited to 'src/wx/playhead_to_frame_dialog.cc')
| -rw-r--r-- | src/wx/playhead_to_frame_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/playhead_to_frame_dialog.cc b/src/wx/playhead_to_frame_dialog.cc index b4c4b1030..e307fa6b1 100644 --- a/src/wx/playhead_to_frame_dialog.cc +++ b/src/wx/playhead_to_frame_dialog.cc @@ -30,7 +30,7 @@ PlayheadToFrameDialog::PlayheadToFrameDialog (wxWindow* parent, DCPTime time, in , _fps (fps) { add (_("Go to"), true); - _frame = add (new wxTextCtrl (this, wxID_ANY, wxT (""))); + _frame = add(new wxTextCtrl(this, wxID_ANY, {})); _frame->SetFocus (); _frame->SetValue (std_to_wx(locale_convert<string>(time.frames_round(fps) + 1))); _frame->SetSelection (-1, -1); |
