From dab617458a1cbf7ab5bec4ab0d4cef55af641c9a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 7 Dec 2007 22:56:36 +0000 Subject: [PATCH] - Added comment for sharemonkey campaign id --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 2f954fb5c..60532f450 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -427,7 +427,7 @@ void GUI::goBuyPage() const { QStringList pathsList; foreach(hash, hashes) { 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*/); } }