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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Interop') 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 } } -- cgit v1.2.3