summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-02-09 20:50:34 +0000
committersr55 <[email protected]>2015-02-09 20:50:34 +0000
commit8c4f35e7a067f5b50cfbf0c3263a76da0c356e5c (patch)
tree15662c3c9141559b03c1e41852eb8776954278f1 /win/CS/HandBrakeWPF/Properties
parent3f47a700e7af5a34e49150e3cff3ddeb3276ad02 (diff)
[Merge] WinGui: More aggressive check that the user is not trying to overwrite the source file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6890 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs10
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx4
2 files changed, 14 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index ed1ad8c8e..8b33917e5 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -682,6 +682,16 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to You cannot overwrite the source file you want to convert.
+ ///Please choose a different filename..
+ /// </summary>
+ public static string Main_SourceDestinationMatchError {
+ get {
+ return ResourceManager.GetString("Main_SourceDestinationMatchError", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You must turn on automatic file naming AND set a default path in preferences before you can add to the queue..
/// </summary>
public static string Main_TurnOnAutoFileNaming {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 4e26dc46f..7577dc4bd 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -543,4 +543,8 @@ Not both at the same time!</value>
<value>The preset may be corrupted or from an older version of HandBrake which is not supported.
Presets from older versions must be re-created in the current version.</value>
</data>
+ <data name="Main_SourceDestinationMatchError" xml:space="preserve">
+ <value>You cannot overwrite the source file you want to convert.
+Please choose a different filename.</value>
+ </data>
</root> \ No newline at end of file