Add tooltip to DCP name.
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Jul 2016 21:29:20 +0000 (22:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 19 Jul 2016 21:29:20 +0000 (22:29 +0100)
src/wx/dcp_panel.cc

index 49595dfd75d2c91889a95d5100918426f68d6796..f41f977695cd72977c72f18971703afb3bd0d7dc 100644 (file)
@@ -586,6 +586,7 @@ void
 DCPPanel::setup_dcp_name ()
 {
        _dcp_name->SetLabel (std_to_wx (_film->dcp_name (true)));
+       _dcp_name->SetToolTip (std_to_wx (_film->dcp_name (true)));
 }
 
 void