aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoind-res.rc
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
commitf5c716526aaafb318a98e974c8b2fbe02870646b (patch)
treee14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /src/bitcoind-res.rc
parents/DOGE/DIS/g (diff)
downloadarchived-discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz
archived-discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip
really s/doge/dis/g this time
Diffstat (limited to 'src/bitcoind-res.rc')
-rw-r--r--src/bitcoind-res.rc8
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