X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.C;h=03eb4002b92be0dc35a300a86a8c16468c248f9c;hb=5091380d6bad1686800e384ed1bbb03836a15aab;hp=f70b2295ace2ca359379ed7caccac04ff0d0ba2a;hpb=808973619b70166c140acfd12467ddc84ed6a848;p=lyx.git diff --git a/src/importer.C b/src/importer.C index f70b2295ac..03eb4002b9 100644 --- a/src/importer.C +++ b/src/importer.C @@ -40,7 +40,7 @@ bool Importer::Import(LyXView * lv, string const & filename, string const displaypath = MakeDisplayPath(filename); ostringstream s1; s1 << _("Importing") << ' ' << displaypath << "..."; - lv->message(s1.str().c_str()); + lv->message(STRCONV(s1.str())); string const lyxfile = ChangeExtension(filename, ".lyx");