diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-13 07:39:56 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-13 07:51:16 +0100 |
| commit | 22f0135df0f6ee94c137d6c59209bdfbd93533fc (patch) | |
| tree | 63c481c6b620a05d412663b0730c2829c998389c /src/qt/res | |
| parent | Merge pull request #3393 from theuni/build-10.6 (diff) | |
| download | discoin-22f0135df0f6ee94c137d6c59209bdfbd93533fc.tar.xz discoin-22f0135df0f6ee94c137d6c59209bdfbd93533fc.zip | |
Rebrand to `Bitcoin Core`
Only messages for now, executable names and other file names
can be changed later if necessary and safe.
Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to
be kept:
- Applicationname: this is used to determine the registry entry names,
we don't want to lose settings over a silly name change.
- Where it refers to the executable name instead of the product name.
Diffstat (limited to 'src/qt/res')
| -rw-r--r-- | src/qt/res/bitcoin-qt-res.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/res/bitcoin-qt-res.rc b/src/qt/res/bitcoin-qt-res.rc index 3e3672a83..ee23ae9b7 100644 --- a/src/qt/res/bitcoin-qt-res.rc +++ b/src/qt/res/bitcoin-qt-res.rc @@ -21,13 +21,13 @@ BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN VALUE "CompanyName", "Bitcoin" - VALUE "FileDescription", "Bitcoin-Qt (OSS GUI client for Bitcoin)" + VALUE "FileDescription", "Bitcoin Core (OSS GUI client for Bitcoin)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "bitcoin-qt" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." VALUE "OriginalFilename", "bitcoin-qt.exe" - VALUE "ProductName", "Bitcoin-Qt" + VALUE "ProductName", "Bitcoin Core" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END |