mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
"Progress" is now written with upper case P.
This commit is contained in:
parent
9b68a1c97e
commit
937b885057
@ -233,7 +233,7 @@ job_run_dialog::process_input() {
|
|||||||
#else
|
#else
|
||||||
wx_line = from_utf8(cc_local_utf8, line).c_str();
|
wx_line = from_utf8(cc_local_utf8, line).c_str();
|
||||||
#endif
|
#endif
|
||||||
if (wx_line.Find(wxT("progress")) == 0) {
|
if (wx_line.Find(wxT("Progress")) == 0) {
|
||||||
if (wx_line.Find(wxT("%")) != 0) {
|
if (wx_line.Find(wxT("%")) != 0) {
|
||||||
wx_line.Remove(wx_line.Find(wxT("%")));
|
wx_line.Remove(wx_line.Find(wxT("%")));
|
||||||
tmp = wx_line.AfterLast(wxT(' '));
|
tmp = wx_line.AfterLast(wxT(' '));
|
||||||
|
Loading…
Reference in New Issue
Block a user