mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
whitespace
This commit is contained in:
parent
ced6c591fb
commit
03ced49d9f
@ -4414,7 +4414,7 @@ void GuiDocument::paramsToDialog()
|
|||||||
|
|
||||||
font = toqstr(bp_.fontsSans());
|
font = toqstr(bp_.fontsSans());
|
||||||
foundfont = fontModule->fontsSansCO->set(font, false);
|
foundfont = fontModule->fontsSansCO->set(font, false);
|
||||||
if (!foundfont ) {
|
if (!foundfont) {
|
||||||
fontModule->fontsSansCO->addItemSort(font, font + qt_(" (not installed)"),
|
fontModule->fontsSansCO->addItemSort(font, font + qt_(" (not installed)"),
|
||||||
qt_("Uninstalled used fonts"),
|
qt_("Uninstalled used fonts"),
|
||||||
qt_("This font is not installed and won't be used in output"),
|
qt_("This font is not installed and won't be used in output"),
|
||||||
|
Loading…
Reference in New Issue
Block a user