Use wxString for EditableListColumn.
[dcpomatic.git] / src / wx / screen_dialog.cc
index f6245f01018fac19c5bcd2ed379d4774e767101f..7f309ba66aae9862bce0cae550c3b22fe8575e97 100644 (file)
@@ -149,7 +149,7 @@ ScreenDialog::ScreenDialog (
        ++r;
 
        vector<EditableListColumn> columns;
-       columns.push_back (EditableListColumn(wx_to_std(_("Thumbprint"))));
+       columns.push_back (EditableListColumn(_("Thumbprint")));
        _trusted_device_list = new EditableList<TrustedDevice, TrustedDeviceDialog> (
                this,
                columns,