mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
Fix silly mistake in 04fc48d79
This commit is contained in:
parent
dc12c19337
commit
6cffef87d2
@ -490,10 +490,10 @@ void InsetRef::updateBuffer(ParIterator const & it, UpdateType, bool const /*del
|
|||||||
if (isCaps) {
|
if (isCaps) {
|
||||||
// up arrow (shift key) symbol
|
// up arrow (shift key) symbol
|
||||||
label += docstring(1, char_type(0x21E7));
|
label += docstring(1, char_type(0x21E7));
|
||||||
|
}
|
||||||
if (isPlural)
|
if (isPlural)
|
||||||
label += from_ascii("+");
|
label += from_ascii("+");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
label += from_ascii(": ");
|
label += from_ascii(": ");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user