From: Richard Heck Date: Wed, 25 Nov 2009 16:53:02 +0000 (+0000) Subject: Use that again. X-Git-Tag: 2.0.0~5021 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5499281403a31b30d5a6cc12414ad702325a4f6f;p=features.git Use that again. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32199 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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_ += "||";