From fa1a42e87704a93266245b0e7cf0dce2b5c42f66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 25 Apr 2016 15:38:15 +0100 Subject: Missing i18n tags. --- src/wx/screen_dialog.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wx/screen_dialog.cc') diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc index f640cdbc2..ddedb71ec 100644 --- a/src/wx/screen_dialog.cc +++ b/src/wx/screen_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -50,8 +50,8 @@ public: } }; -ScreenDialog::ScreenDialog (wxWindow* parent, string title, string name, optional recipient, vector trusted_devices) - : wxDialog (parent, wxID_ANY, std_to_wx (title)) +ScreenDialog::ScreenDialog (wxWindow* parent, wxString title, string name, optional recipient, vector trusted_devices) + : wxDialog (parent, wxID_ANY, title) , _recipient (recipient) , _trusted_devices (trusted_devices) { -- cgit v1.2.3