diff options
author | sr55 <[email protected]> | 2018-05-24 21:24:48 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-05-24 21:24:48 +0100 |
commit | fe78dde1e5ab55ae1596ca0b6903a441dec6c9b3 (patch) | |
tree | b2f7064f16df896f88d4bdfd7a8b0b09b748d0f2 /win/CS/HandBrakeWPF/Constants.cs | |
parent | 1b4d3a46f3643b73997973dca05f8558c0acafce (diff) |
WinGui: Open and Save File dialogs on the main window, now have their own "MRU" initial directory target. #1353
Diffstat (limited to 'win/CS/HandBrakeWPF/Constants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Constants.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Constants.cs b/win/CS/HandBrakeWPF/Constants.cs index 37d0f923b..cf322e85c 100644 --- a/win/CS/HandBrakeWPF/Constants.cs +++ b/win/CS/HandBrakeWPF/Constants.cs @@ -83,5 +83,8 @@ namespace HandBrakeWPF /// Preset Micro Version
/// </summary>
public const string PresetVersionMicro = "0";
+
+ public const string FileScanMru = "FileScanMru";
+ public const string FileSaveMru = "FileSaveMru";
}
}
|