diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
commit | 2cd15151863796c2e708f6193f0f8420a6363383 (patch) | |
tree | 0ea2792da210f89f8a66c45472749b2e13d36404 /tdeio/tdefile/knotifydialog.cpp | |
parent | 628f37ef39a7f2dd8d64a3f8b0c08f384362fc91 (diff) | |
download | tdelibs-2cd15151863796c2e708f6193f0f8420a6363383.tar.gz tdelibs-2cd15151863796c2e708f6193f0f8420a6363383.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 'tdeio/tdefile/knotifydialog.cpp')
-rw-r--r-- | tdeio/tdefile/knotifydialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/tdefile/knotifydialog.cpp b/tdeio/tdefile/knotifydialog.cpp index fbc947c57..eee9c9ee5 100644 --- a/tdeio/tdefile/knotifydialog.cpp +++ b/tdeio/tdefile/knotifydialog.cpp @@ -239,9 +239,9 @@ KNotifyWidget::KNotifyWidget( TQWidget *parent, const char *name, TQPixmap pexec = SmallIcon("exec"); TQPixmap pstderr = SmallIcon("terminal"); - TQPixmap pmessage = SmallIcon("info"); - TQPixmap plogfile = SmallIcon("log"); - TQPixmap psound = SmallIcon("sound"); + TQPixmap pmessage = SmallIcon("application-vnd.tde.info"); + TQPixmap plogfile = SmallIcon("text-x-log"); + TQPixmap psound = SmallIcon("audio-x-generic"); TQPixmap ptaskbar = SmallIcon("kicker"); d->pixmaps[COL_EXECUTE] = pexec; |