mirror of https://github.com/odrling/Aegisub
Fix the option name for the subtitle MRU list. Closes #1592.
This commit is contained in:
parent
c1b99aba0e
commit
4603f39962
|
@ -36,7 +36,7 @@ MRUManager::MRUManager(agi::fs::path const& config, std::string const& default_c
|
||||||
{
|
{
|
||||||
option_names["Audio"] = "Limits/MRU";
|
option_names["Audio"] = "Limits/MRU";
|
||||||
option_names["Keyframes"] = "Limits/MRU";
|
option_names["Keyframes"] = "Limits/MRU";
|
||||||
option_names["Subtitles"] = "Limits/MRU";
|
option_names["Subtitle"] = "Limits/MRU";
|
||||||
option_names["Timecodes"] = "Limits/MRU";
|
option_names["Timecodes"] = "Limits/MRU";
|
||||||
option_names["Video"] = "Limits/MRU";
|
option_names["Video"] = "Limits/MRU";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue