From 5499281403a31b30d5a6cc12414ad702325a4f6f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 25 Nov 2009 16:53:02 +0000 Subject: [PATCH] Use that again. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32199 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetRef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp index 179ce9d990..2c19381108 100644 --- a/src/insets/InsetRef.cpp +++ b/src/insets/InsetRef.cpp @@ -144,7 +144,7 @@ void InsetRef::updateLabels(ParIterator const & it) break; } } - screen_label_ += getParam("reference"); + screen_label_ += label; if (!isLatex && !getParam("name").empty()) { screen_label_ += "||"; -- 2.39.2