Added Microsoft Project file type support.
This commit is contained in:
parent
59d1ad50a0
commit
1483532536
2 changed files with 2 additions and 0 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
BIN
www/extras/fileIcons/mpp.png
Normal file
BIN
www/extras/fileIcons/mpp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 283 B |
Loading…
Add table
Add a link
Reference in a new issue