mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Add PHP file type to save dialog
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user