summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser/propsplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:24 -0500
commit30d9349b01546db3365d79fe8026944074356e01 (patch)
treea32b51bac1a1690c12dff0ac69dca728119f04e3 /kftpgrabber/src/widgets/browser/propsplugin.cpp
parent598f5d7530cb316c594393c5210178ac8bd84433 (diff)
downloadkftpgrabber-30d9349b01546db3365d79fe8026944074356e01.tar.gz
kftpgrabber-30d9349b01546db3365d79fe8026944074356e01.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kftpgrabber/src/widgets/browser/propsplugin.cpp')
-rw-r--r--kftpgrabber/src/widgets/browser/propsplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/browser/propsplugin.cpp b/kftpgrabber/src/widgets/browser/propsplugin.cpp
index 6a6ed1f..cb22ede 100644
--- a/kftpgrabber/src/widgets/browser/propsplugin.cpp
+++ b/kftpgrabber/src/widgets/browser/propsplugin.cpp
@@ -115,7 +115,7 @@ PropsPlugin::PropsPlugin(KPropertiesDialog *props, KFileItemList items)
fileSize += (*i)->size();
}
- iconText = "tdemultiple";
+ iconText = "application-vnd.tde.tdemultiple";
nameText = TDEIO::itemsSummaryString(countFiles + countFolders, countFiles, countFolders, 0, false);
}