summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-01-16 20:56:12 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-16 20:56:12 +0100
commit7ac2d256ba45896693c68da63e8810e910b3d835 (patch)
tree5bfaab9b5654b2f51173926ef8da5ec8e6c6c203 /src
parentb8f53a53e5648340a5b33b04c412e85d4ccd71c0 (diff)
Add tooltip for recipient file in the screen dialog.
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));
}