diff options
Diffstat (limited to 'src/wx/hints_dialog.cc')
| -rw-r--r-- | src/wx/hints_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index df22500d2..18b1f5451 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -80,7 +80,7 @@ HintsDialog::film_changed () ContentList content = film->content (); int vob = 0; for (ContentList::const_iterator i = content.begin(); i != content.end(); ++i) { - if (boost::algorithm::starts_with ((*i)->path().filename().string(), "VTS_")) { + if (boost::algorithm::starts_with ((*i)->path(0).filename().string(), "VTS_")) { ++vob; } } |
