summaryrefslogtreecommitdiff
path: root/src/wx/screen_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-21 00:10:08 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-10 23:43:42 +0100
commit14b8b29e6660f5a7fb21135fb5f90b4c1ce51a4b (patch)
treeed06e1b877a40f57b8d4d43c1db490e6765fba6a /src/wx/screen_dialog.cc
parentd17044d0da61d6077a1f20170ba76ab765a44e50 (diff)
Basics of metadata dialog - ratings.
Diffstat (limited to 'src/wx/screen_dialog.cc')
-rw-r--r--src/wx/screen_dialog.cc4
1 files changed, 2 insertions, 2 deletions
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<string> columns;
- columns.push_back (wx_to_std (_("Thumbprint")));
+ vector<EditableListColumn> columns;
+ columns.push_back (EditableListColumn(wx_to_std(_("Thumbprint"))));
_trusted_device_list = new EditableList<TrustedDevice, TrustedDeviceDialog> (
this,
columns,