mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* GuiDocument.cpp: "Length" -> "Custom" (the other choices are also lengths).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30707 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fcc8201d2c
commit
c1595f6dd5
@ -603,7 +603,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
textLayoutModule->skipCO->addItem(qt_("SmallSkip"));
|
||||
textLayoutModule->skipCO->addItem(qt_("MedSkip"));
|
||||
textLayoutModule->skipCO->addItem(qt_("BigSkip"));
|
||||
textLayoutModule->skipCO->addItem(qt_("Length"));
|
||||
textLayoutModule->skipCO->addItem(qt_("Custom"));
|
||||
textLayoutModule->lspacingCO->insertItem(
|
||||
Spacing::Single, qt_("Single"));
|
||||
textLayoutModule->lspacingCO->insertItem(
|
||||
|
Loading…
Reference in New Issue
Block a user