]> git.lyx.org Git - features.git/commitdiff
fix format string
authorAndré Pönitz <poenitz@gmx.net>
Wed, 14 May 2003 09:16:05 +0000 (09:16 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 14 May 2003 09:16:05 +0000 (09:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6961 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C
src/ChangeLog

index 7b2bece96e2528c59010f1e7978eafe05bc19c19..e126352f4a934cad20f33d7c18cfb13341c76f62 100644 (file)
@@ -304,7 +304,7 @@ bool BufferView::insertLyXFile(string const & filen)
        if (!ifs) {
                string const file = MakeDisplayPath(fname, 50);
                string const text =
-                       bformat(_("Could not open the specified document\n"), file);
+                       bformat(_("Could not open the specified document %1$s\n"), file);
                Alert::error(_("Could not open file"), text);
                return false;
        }
index 76040301396d16aa3bd491bca64a6f097fc0fa9c..94ab84b5c4a229f9a41ee5a4fd3619a711be3b37 100644 (file)
@@ -1,3 +1,8 @@
+
+2003-05-14 André Pönitz <poenitz@gmx.net>
+       
+       * BufferView.C: fix format string
+
 2003-05-12 Alfredo Braunstein <abraunst@libero.it>
 
        * BufferView.[Ch] (insertErrors): removed