diff options
Diffstat (limited to 'src/bitcoind-res.rc')
| -rw-r--r-- | src/bitcoind-res.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bitcoind-res.rc b/src/bitcoind-res.rc index 99df2d3ae..ec9a14928 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", "Dogecoin" - VALUE "FileDescription", "dogecoind (Dogecoin node with a JSON-RPC server)" + VALUE "FileDescription", "discoind (Dogecoin node with a JSON-RPC server)" VALUE "FileVersion", VER_FILEVERSION_STR - VALUE "InternalName", "dogecoind" + VALUE "InternalName", "discoind" 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", "dogecoind.exe" - VALUE "ProductName", "dogecoind" + VALUE "OriginalFilename", "discoind.exe" + VALUE "ProductName", "discoind" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END |