std::shared_ptr
[dcpomatic.git] / src / wx / monitor_dialog.cc
index d247bc88b47680fec59819ab9f3cdab2f06416ce..933f2f42a1be032593b6f1428c1fb1ac4ebd2b93 100644 (file)
@@ -25,7 +25,7 @@
 
 using std::string;
 using dcp::locale_convert;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 
 MonitorDialog::MonitorDialog (wxWindow* parent)
@@ -43,6 +43,8 @@ MonitorDialog::MonitorDialog (wxWindow* parent)
        _year_of_manufacture = add (new wxTextCtrl(this, wxID_ANY, wxT("")));
 
        layout ();
+
+       _manufacturer_id->SetFocus ();
 }
 
 void