diff options
| author | Luke Dashjr <[email protected]> | 2015-05-02 15:30:38 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2015-05-22 02:56:55 +0000 |
| commit | cc24610fdb30af056964ddeb57808be4b7432f56 (patch) | |
| tree | 7c385e11f2da7a0f085467995eb51956dbad2604 /src/bitcoind-res.rc | |
| parent | Merge pull request #5971 (diff) | |
| download | discoin-cc24610fdb30af056964ddeb57808be4b7432f56.tar.xz discoin-cc24610fdb30af056964ddeb57808be4b7432f56.zip | |
Update Windows resource files (and add one for bitcoin-tx)
Diffstat (limited to 'src/bitcoind-res.rc')
| -rw-r--r-- | src/bitcoind-res.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitcoind-res.rc b/src/bitcoind-res.rc index d183179b1..3a64acd5d 100644 --- a/src/bitcoind-res.rc +++ b/src/bitcoind-res.rc @@ -17,13 +17,13 @@ BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN VALUE "CompanyName", "Bitcoin" - VALUE "FileDescription", "Bitcoind (OSS daemon/client for Bitcoin)" + VALUE "FileDescription", "bitcoind (Bitcoin node with a JSON-RPC server)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "bitcoind" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." VALUE "OriginalFilename", "bitcoind.exe" - VALUE "ProductName", "Bitcoind" + VALUE "ProductName", "bitcoind" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END |