qt4/src/poppler-qt4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c3f953dc87f83ac726f99cb8f1f959c486098391 Author: Yury G. Kudryashov <[email protected]> Date: Sat Aug 10 21:43:57 2013 +0300 Fix a typo diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h index 1e3efca..72874ec 100644 --- a/qt4/src/poppler-qt4.h +++ b/qt4/src/poppler-qt4.h @@ -103,7 +103,7 @@ namespace Poppler { public: /** The default constructor sets the \p text and the rectangle that - contains the text. Coordinated for the \p bBox are in points = + contains the text. Coordinates for the \p bBox are in points = 1/72 of an inch. */ TextBox(const QString& text, const QRectF &bBox); _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
