diff options
| author | Gavin Andresen <[email protected]> | 2011-11-03 11:06:57 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-11-03 11:06:57 -0400 |
| commit | 8c69b6621c6d0a03ddcb9e3c16ebed3af81497e9 (patch) | |
| tree | 9f1efceedd9751cbbcb61d0122e897b69dadaadf /src | |
| parent | Update documentation to reflect 0.5 reality. And removed leading $ from shell... (diff) | |
| parent | Added a copy of the GPLv3 to macdeployqtplus (diff) | |
| download | discoin-8c69b6621c6d0a03ddcb9e3c16ebed3af81497e9.tar.xz discoin-8c69b6621c6d0a03ddcb9e3c16ebed3af81497e9.zip | |
Merge git://github.com/p2k/bitcoin-qt
Diffstat (limited to 'src')
| -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 86ac8a027..6afa9671d 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -142,7 +142,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(); |