From: Uwe Stöhr Date: Fri, 13 Aug 2010 00:17:12 +0000 (+0000) Subject: InsetGraphics.cpp: fix a comment X-Git-Tag: 2.0.0~2806 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5f62c2ed6a6c445fef115ec5a4b38b13aa470755;p=features.git InsetGraphics.cpp: fix a comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35131 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index b31cbc2336..fa2fa97f3b 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -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;