From 46cabf502eaba1f7fd7b65e8a70d1b1f8b0c9628 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 6 Jan 2019 13:02:40 -0500 Subject: [PATCH] Add comment. --- src/frontends/qt4/GuiRef.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"); -- 2.39.5