Clean up after previous commit.
[dcpomatic.git] / src / wx / player_information.cc
index 9c5684e74015ab534f65fe8014fe55f40abb81c8..aab8c2cd576d2d45aea01fe3b55a6e9fb58d5bd4 100644 (file)
@@ -131,7 +131,7 @@ PlayerInformation::triggered_update ()
        if (dcp->audio && !dcp->audio->streams().empty()) {
                checked_set (_dcp[r++], wxString::Format(_("Audio channels: %d"), dcp->audio->streams().front()->channels()));
        }
-       if (dcp->subtitle) {
+       if (dcp->caption) {
                checked_set (_dcp[r++], _("Subtitles: yes"));
        } else {
                checked_set (_dcp[r++], _("Subtitles: no"));