Mostly just grammar corrections from my wife, but also has a few minor clarifications I noticed when merging her changes in.
Note: She didn't get to go over everything, but this is better than nothing.
Mostly just grammar corrections from my wife, but also has a few minor clarifications I noticed when merging her changes in.
Note: She didn't get to go over everything, but this is better than nothing.
672 | @@ -673,7 +673,7 @@ FILE_PATTERNS = *.c \ 673 | *.vhd \ 674 | *.vhdl 675 | 676 | -# The RECURSIVE tag can be used to turn specify whether or not subdirectories 677 | +# The RECURSIVE tag can in turn be used to specify whether or not subdirectories
We shouldn't really be modifying docs in here. It'll be fixed when we update the Doxyfile itself.
Ok, removed
23 | VALUE "InternalName", "bitcoin-cli" 24 | VALUE "LegalCopyright", COPYRIGHT_STR 25 | VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." 26 | VALUE "OriginalFilename", "bitcoin-cli.exe" 27 | - VALUE "ProductName", "Bitcoin-cli" 28 | + VALUE "ProductName", "bitcoin-cli"
What is the effect of a ProductName change? (what is this used for?)
Also: you're not making the same first letter decapitalization change in src/bitcoind-res.rc and src/qt/rec/bitcoin-qt-res.rc
ACK (apart from .rc nit)
Reverted the .rc changes, it can go in independently if desired.
ACK