added .rsrl extension for the Ranklist

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1440 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-27 19:12:59 +00:00
parent 0fa44603ad
commit 8f60bb04d0

View File

@ -129,7 +129,7 @@ void ULListDelegate::paint(QPainter * painter, const QStyleOptionViewItem & opti
xProgressBar progressBar(option.rect, painter );// the 3rd param is the color schema (0 is the default value)
QString ext = QFileInfo(QString::fromStdString(index.sibling(index.row(), UNAME).data().toString().toStdString())).suffix();;
if (ext == "rsfc" || ext == "dist" )
if (ext == "rsfc" || ext == "rsrl" || ext == "dist" )
{
progressBar.setColorSchema( 9);
}