1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 14:27:56 +00:00

- Sharemonkey filename fix (Thanks Keiron Waites)

This commit is contained in:
Christophe Dumez 2007-12-30 21:03:05 +00:00
parent 1e1313dffc
commit fa00d745b2

View File

@ -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");
}
}