Fix FTBFS due to accidental double quote duplication

pull/1/head
Timothy Pearson 10 years ago
parent 58b75c0577
commit 0e6d56b9f7

@ -2532,7 +2532,7 @@ void CatalogManagerView::contentsMouseMoveEvent(TQMouseEvent* event)
uri.append(TQUriDrag::localFileToUri(item->potFile()));
TQUriDrag* drag = new TQUriDrag(uri,this);
TQPixmap icon=TDEGlobal::iconLoader()->loadIcon(""text-plain",TDEIcon::Desktop);
TQPixmap icon=TDEGlobal::iconLoader()->loadIcon("text-plain",TDEIcon::Desktop);
drag->setPixmap(icon,TQPoint(icon.width()/2,icon.height()/2));
drag->drag();
}

Loading…
Cancel
Save