diff options
| author | p2k <[email protected]> | 2011-11-02 14:58:50 +0100 |
|---|---|---|
| committer | p2k <[email protected]> | 2011-11-02 14:58:50 +0100 |
| commit | 6eaa1b36fcf5a3b28c2440a3cf8ab4780f1afef9 (patch) | |
| tree | 77ba931c5cd3920cd9e1f230ca8b1d2ed542eaf0 /src/qt/bitcoin.cpp | |
| parent | Merge branch 'master' of https://github.com/bitcoin/bitcoin (diff) | |
| download | discoin-6eaa1b36fcf5a3b28c2440a3cf8ab4780f1afef9.tar.xz discoin-6eaa1b36fcf5a3b28c2440a3cf8ab4780f1afef9.zip | |
Mac Deployment Script
See notes.txt in contrib/macdeploy.
Also added a dash to the application name in src/qt/bitcoin.cpp
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index c8e332419..7f946a478 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -129,7 +129,7 @@ int main(int argc, char *argv[]) if (!translator.isEmpty()) app.installTranslator(&translator); - app.setApplicationName(QApplication::translate("main", "Bitcoin Qt")); + app.setApplicationName(QApplication::translate("main", "Bitcoin-Qt")); QSplashScreen splash(QPixmap(":/images/splash"), 0); splash.show(); |