source:
branches/v2.9/classes/bin/imageadd.rx
Last change on this file was 2, checked in by , 8 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | /* rexx - Return additional image extensions the MMImage class |
2 | should handle. |
3 | This script is called by M_MMImage. |
4 | */ |
5 | |
6 | |
7 | allExt="*.JPE,*.JPEG" |
8 | return allExt |
9 | EXIT |
10 | |
11 |
Note:
See TracBrowser
for help on using the repository browser.