mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Fix problem with citation dialog. The code changes here missed the need
for this part. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38353 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a7763a062
commit
f567dd2bc1
@ -830,6 +830,8 @@ vector<docstring> const BiblioInfo::getAuthorYearStrings(
|
||||
void BiblioInfo::mergeBiblioInfo(BiblioInfo const & info)
|
||||
{
|
||||
bimap_.insert(info.begin(), info.end());
|
||||
field_names_.insert(info.field_names_.begin(), info.field_names_.end());
|
||||
entry_types_.insert(info.entry_types_.begin(), info.entry_types_.end());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user