Skip to content

Commit

Permalink
Merge pull request #654 from grctest/master
Browse files Browse the repository at this point in the history
Changing the community links
  • Loading branch information
denravonska authored Sep 28, 2017
2 parents 37b9ef2 + 3b31ad2 commit 19f4c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
(@MagixInTheAir).
- Change poll min search length from 2 to 1, #595 (@MagixInTheAir).
- Return the results of "backupwallet" RPC command, #593 (@Foggyx420).
- Changing the community links #654 (@grctest)

## [3.6.1.0] 09-11-2017
### Fixed
Expand Down
7 changes: 3 additions & 4 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,7 @@ void BitcoinGUI::bxClicked()

void BitcoinGUI::chatClicked()
{
//QDesktopServices::openUrl(QUrl("https://kiwiirc.com/client/irc.freenode.net:6697/#gridcoin"));
QDesktopServices::openUrl(QUrl("https://kiwiirc.com/client/irc.freenode.net:6697/#gridcoin-help"));
QDesktopServices::openUrl(QUrl("https://gridcoin.us/contact.htm#GridcoinWallet"));
}

void BitcoinGUI::boincClicked()
Expand All @@ -1532,12 +1531,12 @@ void BitcoinGUI::boincClicked()

void BitcoinGUI::websiteClicked()
{
QDesktopServices::openUrl(QUrl("https://www.gridcoin.us"));
QDesktopServices::openUrl(QUrl("https://www.gridcoin.us#GridcoinWallet"));
}

void BitcoinGUI::exchangeClicked()
{
QDesktopServices::openUrl(QUrl("https://c-cex.com/?p=grc-btc"));
QDesktopServices::openUrl(QUrl("https://gridcoin.us/exchange.htm#GridcoinWallet"));
}

void BitcoinGUI::gotoOverviewPage()
Expand Down

0 comments on commit 19f4c32

Please sign in to comment.