mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 23:58:06 +02:00
paradox: Fix typo in Paradox blob file extension (.bm --> .mb), issue #33884, patch by Bart Broersma
git-svn-id: trunk@59829 -
This commit is contained in:
parent
cc81cd1812
commit
1784adafdc
@ -59,7 +59,7 @@ end;
|
||||
|
||||
function TParadoxBlobFileNamePropertyEditor.GetFilter: String;
|
||||
begin
|
||||
Result := SParadoxBlobFiles+' (*.bm)|*.bm';
|
||||
Result := SParadoxBlobFiles+' (*.mb)|*.mb';
|
||||
Result:= Result+ '|'+ inherited GetFilter;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user