Le 18/07/2016 à 04:56, Richard Heck a écrit :
commit 4a75d358a1f0f6c4b63b64107c86d59cce4eecf9
Author: Richard Heck <rgh...@lyx.org>
Date: Sun Jul 17 22:50:17 2016 -0400
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)
Richard,
Please try to always have a one-line shortlog in each commit. It makes
reading commit easier.
JMarc