diff options
| author | Ross Nicoll <[email protected]> | 2015-08-02 10:56:20 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:11 +0000 |
| commit | 4dd8838b3a34bcaf6fc9230744c73d5e3ab530f7 (patch) | |
| tree | 5915283c8812daa808a9a204a5a0413878db9a5d /src/qt/utilitydialog.cpp | |
| parent | Introduce basic Dogecoin branding (diff) | |
| download | discoin-4dd8838b3a34bcaf6fc9230744c73d5e3ab530f7.tar.xz discoin-4dd8838b3a34bcaf6fc9230744c73d5e3ab530f7.zip | |
Rename binaries to match Dogecoin
Diffstat (limited to 'src/qt/utilitydialog.cpp')
| -rw-r--r-- | src/qt/utilitydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp index 7ab412528..5f3756750 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -70,7 +70,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) : } else { setWindowTitle(tr("Command-line options")); QString header = tr("Usage:") + "\n" + - " bitcoin-qt [" + tr("command-line options") + "] " + "\n"; + " dogecoin-qt [" + tr("command-line options") + "] " + "\n"; QTextCursor cursor(ui->helpMessage->document()); cursor.insertText(version); cursor.insertBlock(); |