diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-04-01 08:40:01 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-04-01 08:40:25 +0200 |
| commit | 09a2f3e1d7c1b40ea9770a817247d654c01c0960 (patch) | |
| tree | 1fc1965ed5a8b63498d12ed0a05ff878b0be6552 | |
| parent | Use the new name Bitcoin Core Daemon instead of Bitcoin server (diff) | |
| parent | Add application category for OSX (diff) | |
| download | discoin-09a2f3e1d7c1b40ea9770a817247d654c01c0960.tar.xz discoin-09a2f3e1d7c1b40ea9770a817247d654c01c0960.zip | |
Merge pull request #3988
1204945 Add application category for OSX (duanemoody)
| -rw-r--r-- | share/qt/Info.plist.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 4ed1f1be5..e352af142 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -90,5 +90,8 @@ <key>NSHighResolutionCapable</key> <string>True</string> + + <key>LSApplicationCategoryType</key> + <string>public.app-category.finance</string> </dict> </plist> |