diff options
author | sr55 <[email protected]> | 2016-10-30 19:51:23 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-10-30 19:51:23 +0000 |
commit | 2c2947ac86ffbf4f5fa9111847ac31efd75c7d05 (patch) | |
tree | dadb6a1052eb94ec8c092b8c71151f73eaf69f3b /win/CS/HandBrake.ApplicationServices/Interop | |
parent | f44d6ec35a93ee36a2ce216b13ec0de68eb90f87 (diff) |
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
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_error_code.cs | 3 |
1 files changed, 2 insertions, 1 deletions
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
}
}
|