mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
Merged revision(s) 59829 #1784adafdc from trunk:
paradox: Fix typo in Paradox blob file extension (.bm --> .mb), issue #33884, patch by Bart Broersma ........ git-svn-id: branches/fixes_2_0@59836 -
This commit is contained in:
parent
beb15060e1
commit
ee126d6209
@ -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