]> git.lyx.org Git - features.git/commitdiff
Add comment.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 6 Jan 2019 18:02:40 +0000 (13:02 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 6 Jan 2019 18:02:40 +0000 (13:02 -0500)
src/frontends/qt4/GuiRef.cpp

index 5d46a471c710bb980c0c062085c8f3a480d405b5..792b85219a329dbad2f31c850a022dc3d1a689bf 100644 (file)
@@ -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_("<reference>"), "ref");
        typeCO->addItem(qt_("(<reference>)"), "eqref");
        typeCO->addItem(qt_("<page>"), "pageref");