From 844c185f87eae47a25ce86e2977d60bc9c57476d Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 23 Mar 2014 12:50:33 +0000 Subject: 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 --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs') 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 @@ -409,6 +409,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to The entered destination contained illegal characters. You must fix the path and filename before continuing.. + /// + public static string Main_InvalidDestination { + get { + return ResourceManager.GetString("Main_InvalidDestination", resourceCulture); + } + } + /// /// Looks up a localized string similar to , Pending Jobs {5}. /// -- cgit v1.2.3