From cc66e149da034cffaa48284532eec7e5b7ca72e8 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 Aug 2013 18:46:34 +0000 Subject: WinGui: Improved the Queue Tooltip and Added a new "Reset to 'Do nothing' when the app starts" option (for the when done dropdown) to preferences. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5704 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/UserSettingConstants.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs') diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index b9ce40b0c..b44ddd33a 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -241,6 +241,11 @@ namespace HandBrakeWPF /// public const string UseSystemColours = "UseSystemColours"; + /// + /// The reset when done action. + /// + public const string ResetWhenDoneAction = "ResetWhenDoneAction"; + #endregion } } \ No newline at end of file -- cgit v1.2.3