We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b123214 commit 4dad51aCopy full SHA for 4dad51a
1 file changed
src/qt/bitcoingui.cpp
@@ -473,7 +473,7 @@ void BitcoinGUI::createActions()
473
//Exchangesite2 = new QAction(QIcon(":/icons/bitz"), tr("&Bit-Z"), this);
474
//Exchangesite3 = new QAction(QIcon(":/icons/coinexchange"), tr("&CoinExchange"), this);
475
Exchangesite4 = new QAction(QIcon(":/icons/info"), tr("&Crex24"), this);
476
- Exchangesite5 = new QAction(QIcon(":/:/icons/info"), tr("&Graviex.net"), this);
+ Exchangesite5 = new QAction(QIcon(":/icons/info"), tr("&Graviex.net"), this);
477
Exchangesite6 = new QAction(QIcon(":/icons/info"), tr("&XT.com"), this);
478
Exchangesite7 = new QAction(QIcon(":/icons/hitbtc"), tr("&HitBTC"), this);
479
//Exchangesite8 = new QAction(QIcon(":/icons/tradesat"), tr("&Trade Satoshi"), this);
0 commit comments