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

pull/1/head
Timothy Pearson 10 years ago
parent f9ecd95826
commit 59a995dff8

@ -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();

Loading…
Cancel
Save