mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Fix comment
This commit is contained in:
parent
bea482877e
commit
14c2f5d954
@ -317,7 +317,7 @@ void GuiRef::updateContents()
|
|||||||
typeCO->clear();
|
typeCO->clear();
|
||||||
|
|
||||||
// FIXME Bring InsetMathRef on par with InsetRef
|
// FIXME Bring InsetMathRef on par with InsetRef
|
||||||
// (see #9798)
|
// (see #11104)
|
||||||
typeCO->addItem(qt_("<reference>"), "ref");
|
typeCO->addItem(qt_("<reference>"), "ref");
|
||||||
typeCO->addItem(qt_("(<reference>)"), "eqref");
|
typeCO->addItem(qt_("(<reference>)"), "eqref");
|
||||||
typeCO->addItem(qt_("<page>"), "pageref");
|
typeCO->addItem(qt_("<page>"), "pageref");
|
||||||
|
Loading…
Reference in New Issue
Block a user