From 7ac2d256ba45896693c68da63e8810e910b3d835 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Jan 2023 20:56:12 +0100 Subject: [PATCH] Add tooltip for recipient file in the screen dialog. --- src/wx/screen_dialog.cc | 1 + 1 file changed, 1 insertion(+) 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)); } -- 2.30.2