]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
update no.po
[lyx.git] / src / BufferView.C
index 905a8da34625e6a5c4025737748248a5b1e272df..95c03e8450eb9324ab1c77ffb0acff37f8daf540 100644 (file)
@@ -300,8 +300,7 @@ bool BufferView::insertLyXFile(string const & filen)
 
        ifstream ifs(fname.c_str());
        if (!ifs) {
-               Alert::alert(_("Error!"),
-                          _("Cannot open specified file: "),
+               Alert::err_alert(_("Error! Cannot open specified file:"),
                           MakeDisplayPath(fname, 50));
                return false;
        }