ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/TxmpReplace.dfm
(Generate patch)

Comparing oup/current/Tools/TxmpReplace.dfm (file contents):
Revision 191 by alloc, Sat May 12 13:22:11 2007 UTC vs.
Revision 192 by alloc, Thu May 24 17:48:18 2007 UTC

# Line 146 | Line 146 | inherited Form_TxmpReplace: TForm_TxmpRe
146      end
147    end
148    object opend: TOpenDialog [4]
149    Filter = '24bit Bitmap (*.bmp)|*.bmp'
149      Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
150      Left = 352
151      Top = 16
152    end
153    object saved: TSaveDialog [5]
154      DefaultExt = 'bmp'
155 <    Filter = 'Windows Bitmap (*.bmp)|*.bmp'
155 >    Filter =
156 >      'All supported files (*.bmp, *.dds)|*.bmp;*.dds|Windows Bitmap (*' +
157 >      '.bmp)|*.bmp|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga' +
158 >      '|JPEG (*.jpg, *.jpeg)|*.jpg;*.jpeg|All files (*.*)|*'
159      Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
160      Left = 104
161      Top = 320

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)