Browse Source

- Sharemonkey filename fix (Thanks Keiron Waites)

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

2
src/GUI.cpp

@ -427,7 +427,7 @@ void GUI::goBuyPage() const { @@ -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");
}
}

Loading…
Cancel
Save