Merged revision(s) 59829 #1784adafdc from trunk:

paradox: Fix typo in Paradox blob file extension (.bm --> .mb), issue , patch by Bart Broersma
........

git-svn-id: branches/fixes_2_0@59836 -
This commit is contained in:
maxim 2018-12-17 22:04:40 +00:00
parent beb15060e1
commit ee126d6209

View File

@ -59,7 +59,7 @@ end;
function TParadoxBlobFileNamePropertyEditor.GetFilter: String;
begin
Result := SParadoxBlobFiles+' (*.bm)|*.bm';
Result := SParadoxBlobFiles+' (*.mb)|*.mb';
Result:= Result+ '|'+ inherited GetFilter;
end;