From 59a995dff8645a4dd94a7e88ea60e0685da8d305 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:25 -0500 Subject: [PATCH] Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown --- konversation/src/konvisettingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konversation/src/konvisettingsdialog.cpp b/konversation/src/konvisettingsdialog.cpp index 0907419..ca5c71b 100644 --- a/konversation/src/konvisettingsdialog.cpp +++ b/konversation/src/konvisettingsdialog.cpp @@ -165,7 +165,7 @@ KonviSettingsDialog::KonviSettingsDialog( TQWidget *parent) : m_confLogWdg = new Log_Config( this, "Log" ); pagePath.clear(); pagePath << i18n("Behavior") << i18n("Logging"); - addPage ( m_confLogWdg, pagePath, "log", i18n("Logging") ); + addPage ( m_confLogWdg, pagePath, "text-x-log", i18n("Logging") ); m_confDCCWdg = new DCC_Config( this, "DCC" ); pagePath.clear();