diff options
-rw-r--r-- | noatun/modules/htmlexport/htmlexport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |