diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-19 22:29:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-19 22:29:20 +0100 |
| commit | 79e7c94f36257e15594676078765f2a7b7a5eb45 (patch) | |
| tree | 09756a95b57e1b63cbb3426285cc54bead23e93d /src | |
| parent | b26681e1e01ac54075fc99ae791ea0ee23b58e25 (diff) | |
Add tooltip to DCP name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 49595dfd7..f41f97769 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -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 |
