mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change some plain string literals to std::string constants, which helps avoiding typos and also saves some string constructors/destructors in the KVP lookup. Nevertheless the functions in Account.cpp do not contribute that much to the overall UI speed, but whatever.