]> git.lyx.org Git - features.git/commitdiff
make bformat happy
authorAlfredo Braunstein <abraunst@lyx.org>
Tue, 2 Sep 2003 12:03:30 +0000 (12:03 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Tue, 2 Sep 2003 12:03:30 +0000 (12:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7635 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/formulamacro.C

index 835dac66559ab102ac655cd573d0be6a196e5a24..4e6aaa275822c95e94afdfdc6470f42c0aaf1892 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
+
+       * formulamacro.C (prefix): replace %s by %1$s to make bformat happy
+
 2003-09-01  Alfredo Braunstein  <abraunst@libero.it>
 
        * formulabase.C (InsetFormulaBase): initialize view_
index 6e0bc6b8ef6377e8eee364cb2f185202add1475b..a54a0e3642a16b3ae6b3d2bdc2d471574d285870 100644 (file)
@@ -124,7 +124,7 @@ void InsetFormulaMacro::read(std::istream & is)
 
 string InsetFormulaMacro::prefix() const
 {
-       return bformat(_(" Macro: %s: "), getInsetName());
+       return bformat(_(" Macro: %1$s: "), getInsetName());
 }