From da8d6afa1726eabadd968c4f27ef4f87f573d510 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:17 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- kitchensync/src/aboutpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kitchensync') diff --git a/kitchensync/src/aboutpage.cpp b/kitchensync/src/aboutpage.cpp index f7dab2ac5..4de6987e7 100644 --- a/kitchensync/src/aboutpage.cpp +++ b/kitchensync/src/aboutpage.cpp @@ -98,7 +98,7 @@ TQString AboutPage::htmlText() const int iconSize = iconloader->currentSize( TDEIcon::Desktop ); TQString handbook_icon_path = iconloader->iconPath( "contents2", TDEIcon::Desktop ); - TQString html_icon_path = iconloader->iconPath( "html", TDEIcon::Desktop ); + TQString html_icon_path = iconloader->iconPath( "text-html", TDEIcon::Desktop ); TQString wizard_icon_path = iconloader->iconPath( "wizard", TDEIcon::Desktop ); TQString info = i18n( "

Welcome to KitchenSync %1

" -- cgit v1.2.1