diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-05-12 17:55:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-05-12 17:55:24 +0200 |
| commit | 3a7abc2c77febe46e9af1423e19a6354e6eafcb4 (patch) | |
| tree | 527cb03fce608a704015517e93fc1bc5b53ccded /bitcoingui.cpp | |
| parent | lowercase (diff) | |
| download | discoin-3a7abc2c77febe46e9af1423e19a6354e6eafcb4.tar.xz discoin-3a7abc2c77febe46e9af1423e19a6354e6eafcb4.zip | |
update
Diffstat (limited to 'bitcoingui.cpp')
| -rw-r--r-- | bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoingui.cpp b/bitcoingui.cpp index 4083afbf8..c78bb3c5a 100644 --- a/bitcoingui.cpp +++ b/bitcoingui.cpp @@ -41,7 +41,7 @@ BitcoinGUI::BitcoinGUI(QWidget *parent): QAction *quit = new QAction(QIcon(":/icons/quit"), tr("&Quit"), this); QAction *sendcoins = new QAction(QIcon(":/icons/send"), tr("&Send coins"), this); - QAction *addressbook = new QAction(QIcon(":/icons/address-book"), tr("&Address book"), this); + QAction *addressbook = new QAction(QIcon(":/icons/address-book"), tr("&Address Book"), this); QAction *about = new QAction(QIcon(":/icons/bitcoin"), tr("&About"), this); QAction *receiving_addresses = new QAction(QIcon(":/icons/receiving-addresses"), tr("Your &Receiving Addresses..."), this); QAction *options = new QAction(QIcon(":/icons/options"), tr("&Options..."), this); |