From 2c2947ac86ffbf4f5fa9111847ac31efd75c7d05 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 30 Oct 2016 19:51:23 +0000 Subject: WinGui: Update status bar label text to say "errors or cancellations" to better handle the HB_ERROR_CANCELED change. Partially fixes #366 . Full implementation will come after 1.0 --- win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs | 3 ++- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 2 +- win/CS/HandBrakeWPF/Properties/Resources.resx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'win') diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs index e9f2b3524..01995feff 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs @@ -18,6 +18,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib HB_ERROR_CANCELED, HB_ERROR_WRONG_INPUT, HB_ERROR_INIT, - HB_ERROR_UNKNOWN + HB_ERROR_UNKNOW, + HB_ERROR_READ } } diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 3e5d4914b..e8e956363 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -858,7 +858,7 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to with {0} errors detected.. + /// Looks up a localized string similar to with {0} errors or cancellations detected.. /// public static string Main_QueueFinishedErrors { get { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 32962807b..be0adb41f 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -729,7 +729,7 @@ If it fails, it will archive off the old file and create a new one. Your old presets file was archived to: - with {0} errors detected. + with {0} errors or cancellations detected. Low Disk Space -- cgit v1.2.3