From: John Levon Date: Sat, 29 Mar 2003 18:30:06 +0000 (+0000) Subject: missed a line X-Git-Tag: 1.6.10~17117 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=inline;h=91b32436c5eda4564a4529a0502180ecc27317a7;p=lyx.git missed a line git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6640 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView.C b/src/BufferView.C index 949ed8bb23..280315d2a9 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -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;