diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:25 -0500 |
commit | 59a995dff8645a4dd94a7e88ea60e0685da8d305 (patch) | |
tree | 3b77c59ec3126189dcd10790037130f46c240cd9 | |
parent | f9ecd95826f8e3698a3b3c17fbf5cb397807390d (diff) | |
download | konversation-59a995dff8645a4dd94a7e88ea60e0685da8d305.tar.gz konversation-59a995dff8645a4dd94a7e88ea60e0685da8d305.zip |
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
-rw-r--r-- | konversation/src/konvisettingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |