Added Microsoft Project file type support.

This commit is contained in:
JT Smith 2003-01-06 23:27:48 +00:00
parent 59d1ad50a0
commit 1483532536
2 changed files with 2 additions and 0 deletions

View file

@ -289,6 +289,8 @@ sub getIcon {
$icon .= "sxm.gif";
} elsif ($extension eq "sxd") {
$icon .= "sxd.gif";
} elsif ($extension eq "mpp") {
$icon .= "mpp.png";
} elsif ($extension eq "mrproject") {
$icon .= "mrproject.gif";
} elsif ($extension eq "css") {

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B