Merge pull request #101 from billym2k/master

1.4 graphic and Very Contact instead of Very Address in QT
This commit is contained in:
dogecoin 2014-01-05 10:19:17 -08:00
commit 27d4bb4dcf
2 changed files with 2 additions and 2 deletions

View file

@ -219,8 +219,8 @@ void BitcoinGUI::createActions()
historyAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_4));
tabGroup->addAction(historyAction);
addressBookAction = new QAction(QIcon(":/icons/address-book"), tr("&Very Address"), this);
addressBookAction->setToolTip(tr("Edit the list of stored addresses and labels"));
addressBookAction = new QAction(QIcon(":/icons/address-book"), tr("&Very Contacts"), this);
addressBookAction->setToolTip(tr("Edit the list of stored addresses and labels for sending"));
addressBookAction->setCheckable(true);
addressBookAction->setShortcut(QKeySequence(Qt::ALT + Qt::Key_5));
tabGroup->addAction(addressBookAction);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 140 KiB