Fix assertion with wxWidgets 3.1.
[dcpomatic.git] / src / wx / player_config_dialog.cc
index 00a74c65925b67fe25f8af93bb990100c117d087..4c3e2ca173a2d190f663750e8ca1d137c38cbf26 100644 (file)
@@ -494,11 +494,11 @@ private:
        void setup ()
        {
                vector<EditableListColumn> columns;
-               columns.push_back(EditableListColumn(wx_to_std(_("Manufacturer ID"))));
-               columns.push_back(EditableListColumn(wx_to_std(_("Product code"))));
-               columns.push_back(EditableListColumn(wx_to_std(_("Serial"))));
-               columns.push_back(EditableListColumn(wx_to_std(_("Manufacture week"))));
-               columns.push_back(EditableListColumn(wx_to_std(_("Manufacture year"))));
+               columns.push_back(EditableListColumn(_("Manufacturer ID")));
+               columns.push_back(EditableListColumn(_("Product code")));
+               columns.push_back(EditableListColumn(_("Serial")));
+               columns.push_back(EditableListColumn(_("Manufacture week")));
+               columns.push_back(EditableListColumn(_("Manufacture year")));
                _monitor_list = new EditableList<Monitor, MonitorDialog> (
                        _panel,
                        columns,