Show description from file for user standard table.

--HG--
branch : develop
This commit is contained in:
dismine 2014-11-20 23:01:00 +02:00
parent 163295f0f5
commit 9085238753

View File

@ -1931,7 +1931,7 @@ QString VApplication::STDescription(const QString &id) const
}
else
{
qWarning()<<"Unknown id number. Got"<<id;
qDebug()<<"Unknown id number. Got"<<id;
}
return QString();
}