- Timestamp:
- 06/06/08 22:34:23 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_CO/com/scenari/s/co/transform/flash/HTransformerFlashDims.java
r11110 r11158 150 150 */ 151 151 public String hGetMimeType(HTransformParams pParams) throws Exception { 152 return "text/ xml";152 return "text/plain"; 153 153 } 154 154 … … 158 158 */ 159 159 public String hGetFileExtension(HTransformParams pParams) throws Exception { 160 return ". xml";160 return ".txt"; 161 161 } 162 162
Note: See TracChangeset
for help on using the changeset viewer.