merging some 5.4.4 changes
This commit is contained in:
parent
ac102923ce
commit
eb4a6bca87
8 changed files with 30 additions and 5 deletions
|
|
@ -269,7 +269,7 @@ sub getIcon {
|
|||
$icon .= "exe.gif";
|
||||
} elsif ($extension eq "mdb") {
|
||||
$icon .= "mdb.gif";
|
||||
} elsif ($extension eq "ppt") {
|
||||
} elsif (isIn($extension, qw(ppt pps))) {
|
||||
$icon .= "ppt.gif";
|
||||
} elsif (isIn($extension, qw(psd eps ai ps))) {
|
||||
$icon .= "psd.gif";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue