]> git.lyx.org Git - lyx.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:50:17 +0000 (22:50 -0400)
commitfb84ccd9fb8fbe1eeb764580964a333acb2e6c0d
tree4f517d6f772835c952f1ebb74f302b91fb3fb0fa
parentd5633f17e56b73b308921a7c466bffa20e3e27b8
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.
src/BiblioInfo.cpp
src/BiblioInfo.h