mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
2e255b1c4f
commit
45df1e87a9
@ -1069,7 +1069,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
|||||||
|
|
||||||
for (int i = 0; i < quoteparams.stylescount(); ++i) {
|
for (int i = 0; i < quoteparams.stylescount(); ++i) {
|
||||||
InsetQuotesParams::QuoteStyle qs = InsetQuotesParams::QuoteStyle(i);
|
InsetQuotesParams::QuoteStyle qs = InsetQuotesParams::QuoteStyle(i);
|
||||||
langModule->quoteStyleCO->addItem(toqstr(quoteparams.getGuiLabel(qs)));
|
langModule->quoteStyleCO->addItem(toqstr(quoteparams.getGuiLabel(qs)), qs);
|
||||||
}
|
}
|
||||||
|
|
||||||
langModule->languagePackageCO->addItem(
|
langModule->languagePackageCO->addItem(
|
||||||
|
Loading…
Reference in New Issue
Block a user