GuiDocument.cpp: correct a name

No math numbering placement option means default. The default could be already the left side for special document classes.
This commit is contained in:
Uwe Stöhr 2017-05-02 23:09:36 +02:00
parent 8f9a08a4cb
commit 1b016f5f67

View File

@ -1282,7 +1282,7 @@ GuiDocument::GuiDocument(GuiView & lv)
// initialize the length validator
bc().addCheckedLineEdit(mathsModule->MathIndentLE);
mathsModule->MathNumberingPosCO->addItem(qt_("Left"));
mathsModule->MathNumberingPosCO->addItem(qt_("Right"));
mathsModule->MathNumberingPosCO->addItem(qt_("Default"));
mathsModule->MathNumberingPosCO->setCurrentIndex(2);