diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-24 22:25:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-24 22:25:30 +0100 |
| commit | 2ee5d40d5ce7406ce4f1975c4fbf88f70dbe2106 (patch) | |
| tree | 0184a6f777c12ce8263f9ed775d2985c8fab7373 /src/lib/sndfile_content.cc | |
| parent | 4656657c27198d67a188b11e17c42c6ac58ecfba (diff) | |
Restore nice rendering of content paths.
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index 713b80dcb..2ca00cf6d 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -55,6 +55,7 @@ SndfileContent::SndfileContent (shared_ptr<const Film> f, shared_ptr<const cxml: string SndfileContent::summary () const { + /* Get the string() here so that the name does not have quotes around it */ return String::compose (_("%1 [audio]"), path().filename().string()); } |
