From 6ac0f1f45d334382b62605db96ea45a81d773aa6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 17 Feb 2014 20:30:04 +0000 Subject: WinGui: Show a error message when the user has no destination set. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6037 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 11 ++++++++++- win/CS/HandBrakeWPF/Properties/Resources.resx | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF/Properties') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 3431412ba..45a63951a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18408 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -635,6 +635,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to You must first set the destination path for the output file before adding to the queue.. + /// + public static string Main_SetDestination { + get { + return ResourceManager.GetString("Main_SetDestination", resourceCulture); + } + } + /// /// 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.. /// diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index ee4f864f9..d86c6cc5b 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -501,4 +501,7 @@ Do you wish to proceed? Unable to import the preset as it appears to be corrupted or from an older version of HandBrake. + + You must first set the destination path for the output file before adding to the queue. + \ No newline at end of file -- cgit v1.2.3