diff options
author | sr55 <[email protected]> | 2014-03-23 12:50:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-03-23 12:50:33 +0000 |
commit | 844c185f87eae47a25ce86e2977d60bc9c57476d (patch) | |
tree | 6950e538c9339f971b4b5649ccaedb042c7ae227 /win/CS/HandBrakeWPF/Properties | |
parent | 39c74335105caafaaf7468958303671d623495e0 (diff) |
WinGui: Restore rolled back tabbing fix + added a check for illegal characters to the destination text box. Add to Queue will now prevent items from begin added with illegal characters also.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6129 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 41358be1c..384cfbc01 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -410,6 +410,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to The entered destination contained illegal characters. You must fix the path and filename before continuing..
+ /// </summary>
+ public static string Main_InvalidDestination {
+ get {
+ return ResourceManager.GetString("Main_InvalidDestination", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to , Pending Jobs {5}.
/// </summary>
public static string Main_JobsPending_addon {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 2491360d3..ec7809d9e 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -504,4 +504,7 @@ Do you wish to proceed?</value> <data name="Main_SetDestination" xml:space="preserve">
<value>You must first set the destination path for the output file before adding to the queue.</value>
</data>
+ <data name="Main_InvalidDestination" xml:space="preserve">
+ <value>The entered destination contained illegal characters. You must fix the path and filename before continuing.</value>
+ </data>
</root>
\ No newline at end of file |