Branch: master

59a995df 2014-10-22 01:27:25 Timothy Pearson
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
M konversation/src/konvisettingsdialog.cpp
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 @@
   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();