]> git.lyx.org Git - lyx.git/commitdiff
missed a line
authorJohn Levon <levon@movementarian.org>
Sat, 29 Mar 2003 18:30:06 +0000 (18:30 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 29 Mar 2003 18:30:06 +0000 (18:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6640 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C

index 949ed8bb23f2d1951d9b7c9bb928e6252a2c04c7..280315d2a9583c15351e996a311d56d5d1589e41 100644 (file)
@@ -328,7 +328,6 @@ bool BufferView::insertLyXFile(string const & filen)
 #else
                string text = _("Could not open the specified document\n");
                text += file + ".";
-               text += error;
 #endif
                Alert::error(_("Could not open file"), text);
                return false;