From: Richard Kimberly Heck Date: Sun, 6 Jan 2019 18:02:40 +0000 (-0500) Subject: Add comment. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=46cabf502eaba1f7fd7b65e8a70d1b1f8b0c9628;p=features.git Add comment. --- diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index 5d46a471c7..792b85219a 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -323,6 +323,8 @@ void GuiRef::updateContents() // FIXME Bring InsetMathRef on par with InsetRef // (see #9798) + // NOTE: The order here must be kept in sync with the defintion + // of the types[] array in InsetRef.cpp. typeCO->addItem(qt_(""), "ref"); typeCO->addItem(qt_("()"), "eqref"); typeCO->addItem(qt_(""), "pageref");