diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:28 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:28 -0500 |
commit | 59853fa9881b3a7829455797304a84524c4fc03c (patch) | |
tree | 0013c359df6c2ae7553fab8bd730c95f0c636733 | |
parent | b96e06ee5af1f57b7c2d70f85596030193bc96c8 (diff) | |
download | libkipi-59853fa9881b3a7829455797304a84524c4fc03c.tar.gz libkipi-59853fa9881b3a7829455797304a84524c4fc03c.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, unknownr14.0.0
-rw-r--r-- | libkipi/libkipi/batchprogressdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkipi/libkipi/batchprogressdialog.cpp b/libkipi/libkipi/batchprogressdialog.cpp index e4567d9..8c6dd0a 100644 --- a/libkipi/libkipi/batchprogressdialog.cpp +++ b/libkipi/libkipi/batchprogressdialog.cpp @@ -92,10 +92,10 @@ public: setPixmap( 0, SmallIcon( "process-stop" ) ); break; case KIPI::ProgressMessage: - setPixmap( 0, SmallIcon( "info" ) ); + setPixmap( 0, SmallIcon( "application-vnd.tde.info" ) ); break; default: - setPixmap( 0, SmallIcon( "info" ) ); + setPixmap( 0, SmallIcon( "application-vnd.tde.info" ) ); } // Set the message text. |