GLArea should use label not the shortname in the lower info bar

This commit is contained in:
Paolo Cignoni cignoni 2010-11-30 08:39:05 +00:00
parent dd9a5e52d1
commit 073ebfef5a

View File

@ -473,7 +473,7 @@ void GLArea::displayInfo(QPainter *painter)
}
else
{
col1Text += QString("<%1>\n").arg(mm()->shortName());
col1Text += QString("Current Mesh: %1\n").arg(mm()->label());
col1Text += QString("Vertices: %1 (%2)\n").arg(mm()->cm.vn).arg(meshDoc->vn());
col1Text += QString("Faces: %1 (%2)\n").arg(mm()->cm.fn).arg(meshDoc->fn());
}