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 137a7c3482
commit f7f948872b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ MRUManager::MRUManager(std::string const& config, std::string const& default_con
{
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";