summaryrefslogtreecommitdiff
path: root/src/wx/recipients_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/recipients_panel.cc')
-rw-r--r--src/wx/recipients_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/recipients_panel.cc b/src/wx/recipients_panel.cc
index 9596c3cfd..33b715260 100644
--- a/src/wx/recipients_panel.cc
+++ b/src/wx/recipients_panel.cc
@@ -222,7 +222,7 @@ RecipientsPanel::selection_changed ()
void
RecipientsPanel::add_recipients ()
{
- _root = _targets->AddRoot ("Foo");
+ _root = _targets->AddRoot(char_to_wx("Foo"));
DKDMRecipientList recipients;
for (auto const& recipient: recipients.dkdm_recipients()) {