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 r14.0.0
Timothy Pearson 10 years ago
parent b96e06ee5a
commit 59853fa988

@ -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.

Loading…
Cancel
Save