From: malc Date: Fri, 23 Nov 2012 03:19:14 +0000 (+0400) Subject: Missed this X-Git-Tag: v14~96 X-Git-Url: https://repo.or.cz/w/llpp.git/commitdiff_plain/362df9b194c4e78162e2956f3e05714c4824626f Missed this --- diff --git a/main.ml b/main.ml index baa12b0..e4d5bb5 100644 --- a/main.ml +++ b/main.ml @@ -6971,7 +6971,7 @@ let () = ); state.sr <- sr; state.sw <- sw; - state.text <- "Opening " ^ state.path; + state.text <- "Opening " ^ (mbtoutf8 state.path); reshape winw winh; opendoc state.path state.password; state.uioh <- uioh;