X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.cc;h=71d0ed99d27dfe74d0f8326a2a4864387a8b0a14;hb=7851658223286410d5afb1e32bc44b4012ec5f55;hp=6bfc0da4cbd15816fcaca9203aa4279b08a768fc;hpb=8b2a3f31b6b4238d8534549f495e7276174ddfba;p=dcpomatic.git diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index 6bfc0da4c..71d0ed99d 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -142,8 +142,8 @@ ScreenDialog::ScreenDialog ( add_label_to_sizer (_sizer, this, _("Other trusted devices"), true, wxGBPosition (r, 0)); ++r; - vector columns; - columns.push_back (wx_to_std (_("Thumbprint"))); + vector columns; + columns.push_back (EditableListColumn(wx_to_std(_("Thumbprint")))); _trusted_device_list = new EditableList ( this, columns,