add configure and receive icon

This commit is contained in:
Wladimir J. van der Laan
2011-06-18 17:26:31 +02:00
parent 45c4a0b354
commit 245ab4d0ac
5 changed files with 24 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ void BitcoinGUI::createActions()
addressbook->setToolTip(tr("Edit the list of stored addresses and labels"));
about = new QAction(QIcon(":/icons/bitcoin"), tr("&About"), this);
about->setToolTip(tr("Show information about Bitcoin"));
receivingAddresses = new QAction(QIcon(":/icons/receiving-addresses"), tr("Your &Receiving Addresses..."), this);
receivingAddresses = new QAction(QIcon(":/icons/receiving_addresses"), tr("Your &Receiving Addresses..."), this);
receivingAddresses->setToolTip(tr("Show the list of receiving addresses and edit their labels"));
options = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
options->setToolTip(tr("Modify configuration options for bitcoin"));