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

remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 10 years ago
parent 56967ceccf
commit ece02166d0

@ -27,7 +27,7 @@ ImageCache::ImageCache()
TDEIconLoader *l = TDEGlobal::iconLoader();
/* 2002-01-24 FP */
// _archive = new TQPixmap(l->iconPath("package", TDEIcon::Toolbar));
_archive = new TQPixmap(l->iconPath("tar", TDEIcon::Small));
_archive = new TQPixmap(l->iconPath("application-x-tar", TDEIcon::Small));
/* 2002-01-24 FP */
_backup = new TQPixmap(l->iconPath("kdat_backup", TDEIcon::Toolbar));
_file = new TQPixmap(l->iconPath("mime_empty", TDEIcon::Small));

@ -56,7 +56,7 @@ extern TDEApplication *app;
DEB::DEB():pkgInterface()
{
head = "DEB";
icon = "deb";
icon = "application-x-deb";
pict = UserIcon(icon);
bad_pict = UserIcon("dbad");

@ -46,7 +46,7 @@ RPM::RPM():pkgInterface()
{
head = "RPM";
name = i18n("RPM");
icon = "rpm";
icon = "application-x-rpm";
pict = UserIcon(icon);
updated_pict = UserIcon("rupdated");

Loading…
Cancel
Save