@@ -224,7 +224,7 @@ BitcoinGUI::BitcoinGUI(interfaces::Node& node, const PlatformStyle *_platformSty
224224 connect (Exchangesite5, SIGNAL (triggered ()), rpcConsole, SLOT (hyperlinks2_slot5 ()));
225225 connect (Exchangesite6, SIGNAL (triggered ()), rpcConsole, SLOT (hyperlinks2_slot6 ()));
226226 connect (Exchangesite7, SIGNAL (triggered ()), rpcConsole, SLOT (hyperlinks2_slot7 ()));
227- // connect(Exchangesite8, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot8()));
227+ connect (Exchangesite8, SIGNAL (triggered ()), rpcConsole, SLOT (hyperlinks2_slot8 ()));
228228 // connect(Exchangesite9, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot9()));
229229 // connect(Exchangesite10, SIGNAL(triggered()), rpcConsole, SLOT(hyperlinks2_slot10()));
230230
@@ -476,7 +476,7 @@ void BitcoinGUI::createActions()
476476 Exchangesite5 = new QAction (QIcon (" :/icons/info" ), tr (" &Graviex.net" ), this );
477477 Exchangesite6 = new QAction (QIcon (" :/icons/info" ), tr (" &XT.com" ), this );
478478 Exchangesite7 = new QAction (QIcon (" :/icons/hitbtc" ), tr (" &HitBTC" ), this );
479- // Exchangesite8 = new QAction(QIcon(":/icons/tradesat "), tr("&Trade Satoshi "), this);
479+ Exchangesite8 = new QAction (QIcon (" :/icons/info " ), tr (" &Hotbit.io " ), this );
480480 // Exchangesite9 = new QAction(QIcon(":/icons/info"), tr("&Mylocalcoin"), this);
481481 // Exchangesite10 = new QAction(QIcon(":/icons/cryptobridgeb"), tr("&CryptoBridge"), this);
482482 // Exchangesite10 = new QAction(QIcon(":/icons/info"), tr("&Novaexchange"), this);
@@ -596,7 +596,7 @@ void BitcoinGUI::createMenuBar()
596596 hyperlinks2->addAction (Exchangesite5);
597597 hyperlinks2->addAction (Exchangesite6);
598598 hyperlinks2->addAction (Exchangesite7);
599- // hyperlinks2->addAction(Exchangesite8);
599+ hyperlinks2->addAction (Exchangesite8);
600600 // hyperlinks2->addAction(Exchangesite9);
601601 // hyperlinks2->addAction(Exchangesite10);
602602 }
0 commit comments