@ -167,14 +167,14 @@ void BitcoinGUI::createActions()
overviewAction - > setShortcut ( QKeySequence ( Qt : : ALT + Qt : : Key_1 ) ) ;
overviewAction - > setShortcut ( QKeySequence ( Qt : : ALT + Qt : : Key_1 ) ) ;
tabGroup - > addAction ( overviewAction ) ;
tabGroup - > addAction ( overviewAction ) ;
sendCoinsAction = new QAction ( QIcon ( " :/icons/send " ) , tr ( " &Send coins " ) , this ) ;
sendCoinsAction = new QAction ( QIcon ( " :/icons/send " ) , tr ( " &Send " ) , this ) ;
sendCoinsAction - > setStatusTip ( tr ( " Send coins to a Bitcoin address " ) ) ;
sendCoinsAction - > setStatusTip ( tr ( " Send coins to a Bitcoin address " ) ) ;
sendCoinsAction - > setToolTip ( sendCoinsAction - > statusTip ( ) ) ;
sendCoinsAction - > setToolTip ( sendCoinsAction - > statusTip ( ) ) ;
sendCoinsAction - > setCheckable ( true ) ;
sendCoinsAction - > setCheckable ( true ) ;
sendCoinsAction - > setShortcut ( QKeySequence ( Qt : : ALT + Qt : : Key_2 ) ) ;
sendCoinsAction - > setShortcut ( QKeySequence ( Qt : : ALT + Qt : : Key_2 ) ) ;
tabGroup - > addAction ( sendCoinsAction ) ;
tabGroup - > addAction ( sendCoinsAction ) ;
receiveCoinsAction = new QAction ( QIcon ( " :/icons/receiving_addresses " ) , tr ( " &Receive coins " ) , this ) ;
receiveCoinsAction = new QAction ( QIcon ( " :/icons/receiving_addresses " ) , tr ( " &Receive " ) , this ) ;
receiveCoinsAction - > setStatusTip ( tr ( " Show the list of addresses for receiving payments " ) ) ;
receiveCoinsAction - > setStatusTip ( tr ( " Show the list of addresses for receiving payments " ) ) ;
receiveCoinsAction - > setToolTip ( receiveCoinsAction - > statusTip ( ) ) ;
receiveCoinsAction - > setToolTip ( receiveCoinsAction - > statusTip ( ) ) ;
receiveCoinsAction - > setCheckable ( true ) ;
receiveCoinsAction - > setCheckable ( true ) ;
@ -188,7 +188,7 @@ void BitcoinGUI::createActions()
historyAction - > setShortcut ( QKeySequence ( Qt : : ALT + Qt : : Key_4 ) ) ;
historyAction - > setShortcut ( QKeySequence ( Qt : : ALT + Qt : : Key_4 ) ) ;
tabGroup - > addAction ( historyAction ) ;
tabGroup - > addAction ( historyAction ) ;
addressBookAction = new QAction ( QIcon ( " :/icons/address-book " ) , tr ( " &Address Book " ) , this ) ;
addressBookAction = new QAction ( QIcon ( " :/icons/address-book " ) , tr ( " &Addresses " ) , this ) ;
addressBookAction - > setStatusTip ( tr ( " Edit the list of stored addresses and labels " ) ) ;
addressBookAction - > setStatusTip ( tr ( " Edit the list of stored addresses and labels " ) ) ;
addressBookAction - > setToolTip ( addressBookAction - > statusTip ( ) ) ;
addressBookAction - > setToolTip ( addressBookAction - > statusTip ( ) ) ;
addressBookAction - > setCheckable ( true ) ;
addressBookAction - > setCheckable ( true ) ;