mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 02:39:23 +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;
|
function TParadoxBlobFileNamePropertyEditor.GetFilter: String;
|
||||||
begin
|
begin
|
||||||
Result := SParadoxBlobFiles+' (*.bm)|*.bm';
|
Result := SParadoxBlobFiles+' (*.mb)|*.mb';
|
||||||
Result:= Result+ '|'+ inherited GetFilter;
|
Result:= Result+ '|'+ inherited GetFilter;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user