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

pull/1/head
Timothy Pearson 10 years ago
parent a03ae455df
commit f45f6974b9

@ -267,7 +267,7 @@ TQPixmap ImageDisplay::getDisplay()
if(status() & S_Active)
{
icon = TDEGlobal::iconLoader()->loadIcon("unknown", TDEIcon::NoGroup, 128);
icon = TDEGlobal::iconLoader()->loadIcon(""text-x-katefilelist", TDEIcon::NoGroup, 128);
if(query().isEmpty())
label = i18n("No items matched.");
else

Loading…
Cancel
Save