]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
de.po
[lyx.git] / src / factory.cpp
index c69d37c205ec20c171d3909aa5d57b319a0f2eba..1b773c50e901b4aeba6c79d042177862de2588c5 100644 (file)
@@ -652,8 +652,8 @@ Inset * readInset(Lexer & lex, Buffer * buf)
                        inset.reset(new InsetFloat(buf, string()));
                } else if (tmptok == "Wrap") {
                        lex.next();
-                       string tmptok = lex.getString();
-                       inset.reset(new InsetWrap(buf, tmptok));
+                       string tmptok2 = lex.getString();
+                       inset.reset(new InsetWrap(buf, tmptok2));
                } else if (tmptok == "Caption") {
                        lex.eatLine();
                        string s = lex.getString();