mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
show modified time for folders inside the Information Panel
svn path=/trunk/KDE/kdebase/apps/; revision=791437
This commit is contained in:
parent
c33b01efb2
commit
ae392783a1
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue