--- oup/current/Tools/TxmpReplace.dfm 2007/05/12 13:22:11 177 +++ oup/current/Tools/TxmpReplace.dfm 2007/05/24 17:48:18 192 @@ -146,14 +146,16 @@ inherited Form_TxmpReplace: TForm_TxmpRe end end object opend: TOpenDialog [4] - Filter = '24bit Bitmap (*.bmp)|*.bmp' Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 352 Top = 16 end object saved: TSaveDialog [5] DefaultExt = 'bmp' - Filter = 'Windows Bitmap (*.bmp)|*.bmp' + Filter = + 'All supported files (*.bmp, *.dds)|*.bmp;*.dds|Windows Bitmap (*' + + '.bmp)|*.bmp|DirectDraw Surface (*.dds)|*.dds|Targa (*.tga)|*.tga' + + '|JPEG (*.jpg, *.jpeg)|*.jpg;*.jpeg|All files (*.*)|*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 104 Top = 320