From 9d1e7f2d4287eca76f7fd0ef611f67f079fa4988 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:16 -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 --- noatun/modules/htmlexport/htmlexport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noatun/modules/htmlexport/htmlexport.cpp b/noatun/modules/htmlexport/htmlexport.cpp index f665e014..bc2399cc 100644 --- a/noatun/modules/htmlexport/htmlexport.cpp +++ b/noatun/modules/htmlexport/htmlexport.cpp @@ -172,7 +172,7 @@ TQString HTMLExport::getColorByEntry(TQString s) //////////////////////////////////// Settings //////////////////////////////////// Prefs::Prefs(TQObject *parent) - : CModule(i18n("Playlist Export"), i18n("Colors & Settings for HTML Export"), "html", parent) + : CModule(i18n("Playlist Export"), i18n("Colors & Settings for HTML Export"), "text-html", parent) { // Init Config -- cgit v1.2.3