X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fconfig_dialog.cc;h=3f3565122c67e06b8b388e8dbabdc80f093d93b4;hb=1d022220899c63e2cae0a2a9a81f6c6db955a23d;hp=10ee7c79a275face2b8b3f5f5186b627d8bccfc3;hpb=9c01623c3038b978ba732de2ad147d29fad60afe;p=dcpomatic.git diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 10ee7c79a..3f3565122 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -1420,7 +1420,7 @@ private: examples['i'] = "eb1c112c-ca3c-4ae6-9263-c6714ff05d64"; examples['r'] = "1"; examples['n'] = "4"; - _dcp_filename_format = new NameFormatEditor (_panel, Config::instance()->dcp_filename_format(), titles, examples); + _dcp_filename_format = new NameFormatEditor (_panel, Config::instance()->dcp_filename_format(), titles, examples); table->Add (_dcp_filename_format->panel(), 1, wxEXPAND | wxALL); #ifdef __WXOSX__ @@ -1550,7 +1550,7 @@ private: wxSpinCtrl* _maximum_j2k_bandwidth; wxCheckBox* _allow_any_dcp_frame_rate; wxCheckBox* _only_servers_encode; - NameFormatEditor* _dcp_filename_format; + NameFormatEditor* _dcp_filename_format; wxCheckBox* _log_general; wxCheckBox* _log_warning; wxCheckBox* _log_error;