]> git.lyx.org Git - features.git/commit
The way this was previously, it had to fail if the GUI language
authorRichard Heck <rgheck@lyx.org>
Mon, 18 Jul 2016 02:50:17 +0000 (22:50 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 18 Jul 2016 02:56:14 +0000 (22:56 -0400)
commit4a75d358a1f0f6c4b63b64107c86d59cce4eecf9
tree46de987f58717f18ec949918699d672d97e7db6b
parente98334098bac6d01260c2f417826a83f943cb24b
The way this was previously, it had to fail if the GUI language
was not English: We return the the abbreviated author "One and Two",
but translated to the GUI language; then we search that for " and "
in order to pull the authors apart again.

I've just replaced the distinct routines with a single one that handles
both cases, depending upon whether a Buffer is provided as one argument.

(cherry picked from commit fb84ccd9fb8fbe1eeb764580964a333acb2e6c0d)
src/BiblioInfo.cpp
src/BiblioInfo.h