]> git.lyx.org Git - lyx.git/blobdiff - src/importer.C
couple more fixes
[lyx.git] / src / importer.C
index f70b2295ace2ca359379ed7caccac04ff0d0ba2a..03eb4002b92be0dc35a300a86a8c16468c248f9c 100644 (file)
@@ -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");