Add PHP file type to save dialog

This commit is contained in:
Ansgar Becker
2012-03-03 21:18:58 +00:00
parent f7dff6259a
commit 347f1ee986

View File

@ -264,6 +264,7 @@ begin
'Structured query language (*.sql)|*.sql|'+
'LaTeX table (*.latex)|*.latex|'+
'Wiki markup table (*.wiki)|*.wiki|'+
'PHP script (*.php)|*.php|'+
'All files (*.*)|*.*';
if Dialog.Execute then begin
editFilename.Text := Dialog.FileName;