Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed May 9, 2018
1 parent da2c563 commit 54a21f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/megacoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ void BitcoinGUI::createActions()
Exchangesite1 = new QAction(QIcon(":/icons/crex24"), tr("&Crex24"), this);
Exchangesite2 = new QAction(QIcon(":/icons/cryptopia"), tr("&Cryptopia"), this);
Exchangesite3 = new QAction(QIcon(":/icons/coinexchange"), tr("&CoinExchange"), this);
Exchangesite4 = new QAction(QIcon(":/icons/cryptobridgeb"), tr("&Novaexchange"), this);
Exchangesite4 = new QAction(QIcon(":/icons/novaexchange"), tr("&Novaexchange"), this);


/* <file alias="bitcointalk">res/icons/Bitcointalk.png</file>
Expand Down Expand Up @@ -495,7 +495,7 @@ void BitcoinGUI::createMenuBar()
hyperlinks->addSeparator();
hyperlinks->addAction(openWebsite2);
hyperlinks->addAction(openWebsite3);
hyperlinks->addAction(openWebsite4);
//hyperlinks->addAction(openWebsite4);
hyperlinks->addAction(openWebsite5);
hyperlinks->addAction(openWebsite6);
hyperlinks->addAction(openWebsite7);
Expand Down

0 comments on commit 54a21f3

Please sign in to comment.