From 91b32436c5eda4564a4529a0502180ecc27317a7 Mon Sep 17 00:00:00 2001 From: John Levon Date: Sat, 29 Mar 2003 18:30:06 +0000 Subject: [PATCH] missed a line git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6640 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.C | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2