* Correct extension (as per bug ID #28352)

git-svn-id: trunk@51208 -
This commit is contained in:
michael 2016-01-05 21:40:07 +00:00
parent fa145e2772
commit 49bdd9293a
2 changed files with 4 additions and 4 deletions

View File

@ -1693,7 +1693,7 @@ object MainForm: TMainForm
}
end
object ODDD: TOpenDialog
DefaultExt = '.fpd'
DefaultExt = '.fdd'
FilterIndex = 0
Options = [ofReadOnly, ofFileMustExist, ofEnableSizing, ofViewDetail]
left = 104
@ -1707,7 +1707,7 @@ object MainForm: TMainForm
top = 136
end
object SDDD: TSaveDialog
DefaultExt = '.fpd'
DefaultExt = '.fdd'
FilterIndex = 0
left = 160
top = 80

View File

@ -267,9 +267,9 @@ resourcestring
sld_Connectionlv4 = 'Description';
//
sld_opendatadictionarytitle = 'Open data dictionary';
sld_opendatadictionaryfilter = 'Data dictionary files|*.fpd|Ini files|*.ini|All files|*.*';
sld_opendatadictionaryfilter = 'Data dictionary files (fdd)|*.fdd|Ini files|*.ini|All files|*.*';
sld_savefileastitle = 'Save file as';
sld_savefileasfilter = 'Data dictionary files|*.fpd|Ini files|*.ini|All files|*.*';
sld_savefileasfilter = 'Data dictionary files (fdd)|*.fdd|Ini files|*.ini|All files|*.*';
//
sld_Fromconnection = 'From connection';
//