From: Christos Zoulas Date: Tue, 29 Oct 2013 18:30:45 +0000 (+0000) Subject: move to more standard names. X-Git-Tag: FILE5_16~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d1f413cdbab27fb26cb73cc7eb5494d6c96e085;p=file move to more standard names. --- diff --git a/src/readcdf.c b/src/readcdf.c index ffb35e27..2e0250f7 100644 --- a/src/readcdf.c +++ b/src/readcdf.c @@ -26,7 +26,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: readcdf.c,v 1.33 2012/06/20 21:52:36 christos Exp $") +FILE_RCSID("@(#)$File: readcdf.c,v 1.34 2013/10/29 18:22:45 christos Exp $") #endif #include @@ -48,16 +48,16 @@ static const struct nv { { "Excel", "vnd.ms-excel", }, { "Powerpoint", "vnd.ms-powerpoint", }, { "Crystal Reports", "x-rpt", }, - { "Advanced Installer", "x-msi", }, - { "InstallShield", "x-msi", }, - { "Microsoft Patch Compiler", "x-msi", }, - { "NAnt", "x-msi", }, - { "Windows Installer", "x-msi", }, + { "Advanced Installer", "vnd.ms-msi", }, + { "InstallShield", "vnd.ms-msi", }, + { "Microsoft Patch Compiler", "vnd.ms-msi", }, + { "NAnt", "vnd.ms-msi", }, + { "Windows Installer", "vnd.ms-msi", }, { NULL, NULL, }, }, name2mime[] = { { "WordDocument", "msword", }, { "PowerPoint", "vnd.ms-powerpoint", }, - { "DigitalSignature", "x-msi", }, + { "DigitalSignature", "vnd.ms-msi", }, { NULL, NULL, }, }, name2desc[] = { { "WordDocument", "Microsoft Office Word",},