From ca8194cffa6785bf7acc087334a4c0fb2dd011ec Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:23 -0500 Subject: 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 --- src/settings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/settings.cpp') diff --git a/src/settings.cpp b/src/settings.cpp index 80cf75f..8dba4f1 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -794,8 +794,8 @@ NotesAppearancePage::NotesAppearancePage(TQWidget * parent, const char * name) TQTabWidget *tabs = new TQTabWidget(this); layout->addWidget(tabs); - m_soundLook = new LinkLookEditWidget(this, i18n("Conference audio record"), "sound", tabs); - m_fileLook = new LinkLookEditWidget(this, i18n("Annual report"), "document", tabs); + m_soundLook = new LinkLookEditWidget(this, i18n("Conference audio record"), "audio-x-generic", tabs); + m_fileLook = new LinkLookEditWidget(this, i18n("Annual report"), "text-x-generic", tabs); m_localLinkLook = new LinkLookEditWidget(this, i18n("Home folder"), "folder_home", tabs); m_networkLinkLook = new LinkLookEditWidget(this, "www.kde.org", KMimeType::iconForURL("http://www.kde.org"), tabs); m_launcherLook = new LinkLookEditWidget(this, i18n("Launch %1").arg(kapp->aboutData()->programName()), "basket", tabs); -- cgit v1.2.3