- Updated preference text since we are spoofing µtorrent now instead of Azureus

This commit is contained in:
Christophe Dumez 2009-08-06 13:14:50 +00:00
parent 64806cb199
commit b1e9c1ccf5
50 changed files with 982 additions and 899 deletions

View file

@ -745,8 +745,7 @@ void GUI::dropEvent(QDropEvent *event) {
if(event->mimeData()->hasUrls()) {
QList<QUrl> urls = event->mimeData()->urls();
foreach(const QUrl &url, urls) {
QString tmp = url.toString();
tmp.trimmed();
QString tmp = url.toString().trimmed();
if(!tmp.isEmpty())
files << url.toString();
}