diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-23 12:22:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-23 12:22:34 +0000 |
| commit | a0c0e609f7fbff8513135428378cc16684bae937 (patch) | |
| tree | 25e800debbb1ec6ab60fd0a4fc8e593c81addaea /src/wx/timeline.cc | |
| parent | 90b84151b9817b33381187f678cb2fdd062ed785 (diff) | |
Remove Content::path(), add Content::path_summary().
Diffstat (limited to 'src/wx/timeline.cc')
| -rw-r--r-- | src/wx/timeline.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index e04d9ee74..0ac9a1d4b 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -162,7 +162,7 @@ private: gc->StrokePath (path); gc->FillPath (path); - wxString name = wxString::Format (wxT ("%s [%s]"), std_to_wx (cont->path().filename().string()).data(), type().data()); + wxString name = wxString::Format (wxT ("%s [%s]"), std_to_wx (cont->path_summary()).data(), type().data()); wxDouble name_width; wxDouble name_height; wxDouble name_descent; |
