Add tooltip for recipient file in the screen dialog.
[dcpomatic.git] / 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));
 }