]> git.lyx.org Git - features.git/commitdiff
InsetGraphics.cpp: fix a comment
authorUwe Stöhr <uwestoehr@web.de>
Fri, 13 Aug 2010 00:17:12 +0000 (00:17 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 13 Aug 2010 00:17:12 +0000 (00:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35131 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetGraphics.cpp

index b31cbc23363a2bf3c97b3a2b6b1483fd5bc8a092..fa2fa97f3b0a1eb9f0ead8c31431fc04dc2327a4 100644 (file)
@@ -393,7 +393,7 @@ docstring InsetGraphics::toDocbookLength(Length const & len) const
                case Length::PPW: // Percent of PageWidth
                case Length::PLW: // Percent of LineWidth
                case Length::PTH: // Percent of TextHeight
-               case Length::PPH: // Percent of Paper
+               case Length::PPH: // Percent of PaperHeight
                        // Sigh, this will go wrong.
                        result << len.value() << "%";
                        break;