diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:30 -0500 |
commit | eb186dbe60619a5769d7f66a504eafa8789259b2 (patch) | |
tree | 0b23ba799cddd8b5a595ab26ea2a95c2a18dd36c /kscd | |
parent | 5063eeabdf374bb9e9baa70dc7c717eb17ac981e (diff) | |
download | tdemultimedia-eb186dbe60619a5769d7f66a504eafa8789259b2.tar.gz tdemultimedia-eb186dbe60619a5769d7f66a504eafa8789259b2.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
Diffstat (limited to 'kscd')
-rw-r--r-- | kscd/kscd.cpp | 2 | ||||
-rw-r--r-- | kscd/xmcd.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kscd/kscd.cpp b/kscd/kscd.cpp index 7fb011c0..73eb0ed4 100644 --- a/kscd/kscd.cpp +++ b/kscd/kscd.cpp @@ -754,7 +754,7 @@ void KSCD::showConfig() m->load(); KCDDB::Config* cfg = new KCDDB::Config(); cfg->readConfig(); - configDialog -> addPage(m, cfg, TQString("CDDB"), "cdtrack", i18n("Configure Fetching Items")); + configDialog -> addPage(m, cfg, TQString("CDDB"), "application-x-cda", i18n("Configure Fetching Items")); connect(configDialog, TQT_SIGNAL(okClicked()), m, TQT_SLOT(save())); connect(configDialog, TQT_SIGNAL(applyClicked()), m, TQT_SLOT(save())); diff --git a/kscd/xmcd.desktop b/kscd/xmcd.desktop index a89db6f2..2f105a1e 100644 --- a/kscd/xmcd.desktop +++ b/kscd/xmcd.desktop @@ -68,7 +68,7 @@ Comment[zh_HK]=CD 資料庫檔案 Comment[zh_TW]=CD 資料庫檔案 Comment[zu]=Ifayela yesiseko sedata ye CD DefaultApp=kedit -Icon=cdtrack +Icon=application-x-cda Type=MimeType MimeType=text/xmcd Patterns= |