]> git.lyx.org Git - lyx.git/commitdiff
* src/Paragraph.cpp: correct comment.
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 4 Jul 2008 14:28:13 +0000 (14:28 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 4 Jul 2008 14:28:13 +0000 (14:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25447 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp

index cc0587e02d881f985c89c2ddbf33acdcdb1b2a35..1bf749be367526938d360a9c91fd0cb5a498d813 100644 (file)
@@ -2039,7 +2039,7 @@ bool Paragraph::latex(BufferParams const & bparams,
                        }
                }
 
-               // Set the encoding to that returned from simpleTeXSpecialChars (see
+               // Set the encoding to that returned from latexSpecialChar (see
                // comment for encoding member in OutputParams.h)
                runparams.encoding = rp.encoding;
        }