From 99b6211914f47e4f5dbfff55f671bf1ccf717381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 12 Jan 2009 09:21:14 +0000 Subject: [PATCH] * lengthcommon.cpp: - adjust line length. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28120 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lengthcommon.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lengthcommon.cpp b/src/lengthcommon.cpp index 42ec662aae..4bad147fce 100644 --- a/src/lengthcommon.cpp +++ b/src/lengthcommon.cpp @@ -35,8 +35,9 @@ int const num_units = int(sizeof(unit_name) / sizeof(unit_name[0]) - 1); // the LyX gui units char const * const unit_name_gui[] = { N_("sp"), N_("pt"), N_("bp"), N_("dd"), N_("mm"), N_("pc"), - N_("cc[[unit of measure]]"), N_("cm"), N_("in"), N_("ex"), N_("em"), N_("mu[[unit of measure]]"), - N_("Text Width %"), N_("Column Width %"), N_("Page Width %"), N_("Line Width %"), + N_("cc[[unit of measure]]"), N_("cm"), N_("in"), N_("ex"), N_("em"), + N_("mu[[unit of measure]]"), N_("Text Width %"), + N_("Column Width %"), N_("Page Width %"), N_("Line Width %"), N_("Text Height %"), N_("Page Height %"), "" }; Length::UNIT unitFromString(string const & data)