From: Carl Hetherington Date: Mon, 16 Jan 2023 19:56:12 +0000 (+0100) Subject: Add tooltip for recipient file in the screen dialog. X-Git-Tag: v2.16.41~32 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7ac2d256ba45896693c68da63e8810e910b3d835 Add tooltip for recipient file in the screen dialog. --- 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)); }