show modified time for folders inside the Information Panel

svn path=/trunk/KDE/kdebase/apps/; revision=791437
This commit is contained in:
Peter Penz 2008-03-29 14:58:18 +00:00
parent c33b01efb2
commit ae392783a1

View file

@ -331,6 +331,7 @@ void InfoSidebarPage::showMetaInfo()
if (fileItem.isDir()) {
m_metaTextLabel->add(i18nc("@label", "Type:"), i18nc("@label", "Folder"));
m_metaTextLabel->add(i18nc("@label", "Modified:"), fileItem.timeString());
} else {
m_metaTextLabel->add(i18nc("@label", "Type:"), fileItem.mimeComment());