Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown

pull/1/head
Timothy Pearson 10 years ago
parent 5f032cbe93
commit c43e5608f9

@ -329,7 +329,7 @@ void KcmSambaConf::initAdvancedTab()
icon = SmallIcon("konqueror");
else
if (label == i18n("Misc"))
icon = SmallIcon("application-vnd.tde.misc");
icon = SmallIcon("misc");
else
if (label == i18n("Commands"))
icon = SmallIcon("konsole");

@ -319,7 +319,7 @@ void ShareDlgImpl::initAdvancedTab()
icon = SmallIcon("konqueror");
else
if (label.lower() == "misc")
icon = SmallIcon("application-vnd.tde.misc");
icon = SmallIcon("misc");
else {
icon = TQPixmap(16,16);
icon.fill();

Loading…
Cancel
Save