aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind-res.rc
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2015-05-02 15:30:38 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2015-05-22 02:56:55 +0000
commitcc24610fdb30af056964ddeb57808be4b7432f56 (patch)
tree7c385e11f2da7a0f085467995eb51956dbad2604 /src/bitcoind-res.rc
parent18d28326785a7111b50528107550c3d37ec40d89 (diff)
downloadbitcoin-cc24610fdb30af056964ddeb57808be4b7432f56.tar.xz
Update Windows resource files (and add one for bitcoin-tx)
Diffstat (limited to 'src/bitcoind-res.rc')
-rw-r--r--src/bitcoind-res.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitcoind-res.rc b/src/bitcoind-res.rc
index d183179b17..3a64acd5d1 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