From fa00d745b251bed6044cac6d102638de93ff7c68 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 30 Dec 2007 21:03:05 +0000 Subject: [PATCH] - Sharemonkey filename fix (Thanks Keiron Waites) --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 6d47b1518..4ea055a07 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()+"&cid=33"); + QDesktopServices::openUrl("http://match.sharemonkey.com/?info_hash="+hash+"&n="+h.name()+"&cid=33"); } }