diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-02 13:24:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-03 15:10:36 +0200 |
commit | 6145fdf47e7c4e222c6d5b5abad2cd320ddc2648 (patch) | |
tree | 9116e6a31fdacdec74ca4551c1902e9ac53540e0 /share | |
parent | 4d435d1c9a8b92503fddc38c444511b9bb2a4bf7 (diff) |
OSX: use "Bitcoin Core" as Bundle Display Name
Github-Pull: #6214
Rebased-From: 0a32a9347e12a8d1d4a46bf9a1d5b3ae13bbe501
Diffstat (limited to 'share')
-rw-r--r-- | share/qt/Info.plist.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index dd6edde8d2..d5a7144be0 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -30,6 +30,12 @@ <key>CFBundleExecutable</key> <string>Bitcoin-Qt</string> + + <key>CFBundleName</key> + <string>Bitcoin-Qt</string> + + <key>LSHasLocalizedDisplayName</key> + <true/> <key>CFBundleIdentifier</key> <string>org.bitcoinfoundation.Bitcoin-Qt</string> |