Browse Source

- Added comment for sharemonkey campaign id

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
dab617458a
  1. 2
      src/GUI.cpp

2
src/GUI.cpp

@ -427,7 +427,7 @@ void GUI::goBuyPage() const {
QStringList pathsList; QStringList pathsList;
foreach(hash, hashes) { foreach(hash, hashes) {
QTorrentHandle h = BTSession->getTorrentHandle(hash); QTorrentHandle h = BTSession->getTorrentHandle(hash);
QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&fileName="+h.name()); QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&fileName="+h.name()/*+"&cid="+OUR_CAMPAIGN_ID*/);
} }
} }

Loading…
Cancel
Save