diff options
author | sr55 <[email protected]> | 2013-06-01 21:28:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-01 21:28:05 +0000 |
commit | 0c65f4f74c61edb71ef7fbb03be0e0b3c932d810 (patch) | |
tree | 0e6b847b6861f0d03a0a63cb93b4f7844c868997 /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | 0b38ee2d844b915314b9731fd2b2ea4906e6439b (diff) |
WinGui: Added option to AutoName functionality to remove common punctuation from filenames (Comma, Period and Dash)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5542 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index b70d88654..4ab98cdfd 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -226,6 +226,11 @@ namespace HandBrakeWPF /// </summary>
public const string PreventSleep = "PreventSleep";
+ /// <summary>
+ /// The remove punctuation.
+ /// </summary>
+ public const string RemovePunctuation = "RemovePunctuation";
+
#endregion
}
}
\ No newline at end of file |