summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/screen_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc
index 55be806d8..7323f655c 100644
--- a/src/wx/screen_dialog.cc
+++ b/src/wx/screen_dialog.cc
@@ -306,5 +306,6 @@ void
ScreenDialog::set_recipient_file(string file)
{
checked_set(_recipient_file, file);
+ _recipient_file->SetToolTip(std_to_wx(file));
}