/* rexx - Return additional image extensions the MMImage class should handle. This script is called by M_MMImage and mmfind.exe. */ allExt="*.JPE,*.JPEG" return allExt EXIT