Add tooltip for recipient file in the screen dialog.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Jan 2023 19:56:12 +0000 (20:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jan 2023 19:56:12 +0000 (20:56 +0100)
src/wx/screen_dialog.cc

index 55be806d8708b398ed2c3d800f0059d6561364e5..7323f655ca6f035edee5f3a059f1a5973268b2e3 100644 (file)
@@ -306,5 +306,6 @@ void
 ScreenDialog::set_recipient_file(string file)
 {
        checked_set(_recipient_file, file);
+       _recipient_file->SetToolTip(std_to_wx(file));
 }