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 9c311999b5
commit ee95d6bfc3

@ -180,7 +180,7 @@ void CDArchivingDialog::setupLookPage(void)
{
TQString whatsThis;
page_setupLook = addPage( i18n("HTML Interface"), i18n("HTML Interface Look"),
BarIcon("html", TDEIcon::SizeMedium ) );
BarIcon("text-html", TDEIcon::SizeMedium ) );
TQVBoxLayout *vlay = new TQVBoxLayout( page_setupLook, 0, spacingHint() );

@ -272,7 +272,7 @@ void SVEDialog::lookPage()
void SVEDialog::generalPage()
{
m_generalPage = addPage(i18n("General"), i18n("General Setup"),
BarIcon("html", TDEIcon::SizeMedium));
BarIcon("text-html", TDEIcon::SizeMedium));
TQVBoxLayout *mainLayout = new TQVBoxLayout(m_generalPage, 0, spacingHint());

Loading…
Cancel
Save