add configure and receive icon
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
<file alias="transaction_3">res/icons/clock3.png</file>
|
||||
<file alias="transaction_4">res/icons/clock4.png</file>
|
||||
<file alias="transaction_5">res/icons/clock5.png</file>
|
||||
<file alias="options">res/icons/configure.png</file>
|
||||
<file alias="receiving_addresses">res/icons/receive.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/images">
|
||||
<file alias="about">res/images/about.png</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"));
|
||||
|
||||
BIN
src/qt/res/icons/configure.png
Normal file
BIN
src/qt/res/icons/configure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/qt/res/icons/receive.png
Normal file
BIN
src/qt/res/icons/receive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 716 B |
Reference in New Issue
Block a user