gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Feb 28 10:52:40 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/ad166460 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b71c346e (commit)
	from  https://github.com/Gnucash/gnucash/commit/66abe023 (commit)



commit ad1664604f5415851de932ec44d0f5c64c5532c7
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Feb 28 16:50:15 2018 +0100

    Cleanup namespace usage for boost::locale
    
    In a previous commit I wrongly believed xgettext might not find
    our strings if we used the fully namespaced boost::locale::translate or
    aliased bl::translate instead of just translate. However that's
    wrong, so I have changed the code to always use bl::translate.

commit b71c346ef5f9afbee6d034dade75c7ca0cd0bcae
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Feb 28 16:48:49 2018 +0100

    Fix typo: should read 'older version of gettext' rather than 'older version of gnucash'



Summary of changes:
 CMakeLists.txt                                     |  2 +-
 .../csv-imp/assistant-csv-trans-import.cpp         |  6 ++--
 libgnucash/core-utils/gnc-filepath-utils.cpp       | 33 +++++++++++-----------
 3 files changed, 20 insertions(+), 21 deletions(-)



More information about the gnucash-patches mailing list