Fix the option name for the subtitle MRU list. Closes #1592.

This commit is contained in:
Thomas Goyne 2013-03-29 21:24:47 -07:00
parent c1b99aba0e
commit 4603f39962
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ MRUManager::MRUManager(agi::fs::path const& config, std::string const& default_c
{
option_names["Audio"] = "Limits/MRU";
option_names["Keyframes"] = "Limits/MRU";
option_names["Subtitles"] = "Limits/MRU";
option_names["Subtitle"] = "Limits/MRU";
option_names["Timecodes"] = "Limits/MRU";
option_names["Video"] = "Limits/MRU";