]> git.lyx.org Git - lyx.git/blobdiff - src/lengthcommon.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / lengthcommon.C
index 4bc050e5713338ddbe606a07b7bc56c7cbebed0f..0f5f1a3310030d7f09b748c006aec13aeb471a87 100644 (file)
@@ -34,7 +34,7 @@ char const * const unit_name_gui[] = {
        N_("sp"), N_("pt"), N_("bp"), N_("dd"), N_("mm"), N_("pc"),
        N_("cc"), N_("cm"), N_("in"), N_("ex"), N_("em"), N_("mu"),
        N_("Text Width %"), N_("Column Width %"), N_("Page Width %"), N_("Line Width %"),
-       N_("Text Height %"), N_("Page Height %") };
+       N_("Text Height %"), N_("Page Height %"), "" };
 
 LyXLength::UNIT unitFromString(string const & data)
 {