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