diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-24 10:32:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-24 10:32:52 +0100 |
| commit | 49a51ff9778f3b72ee962d3e8bd9cf71944f3c2b (patch) | |
| tree | 2b916b15eabd8132bbc80b00e4a4f09edfd9eb92 /src/wx/timeline.cc | |
| parent | 084d5155d410eef68f87635876e136b224db91dc (diff) | |
Rename Content::_file to path and support md5sums of directories.
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 7227fcffc..90fcf8d5c 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -156,7 +156,7 @@ private: gc->StrokePath (path); gc->FillPath (path); - wxString name = wxString::Format (wxT ("%s [%s]"), std_to_wx (cont->file().filename().string()).data(), type().data()); + wxString name = wxString::Format (wxT ("%s [%s]"), std_to_wx (cont->path().filename().string()).data(), type().data()); wxDouble name_width; wxDouble name_height; wxDouble name_descent; |
