mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 21:49:33 +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;
|
||||
begin
|
||||
Result := SParadoxBlobFiles+' (*.bm)|*.bm';
|
||||
Result := SParadoxBlobFiles+' (*.mb)|*.mb';
|
||||
Result:= Result+ '|'+ inherited GetFilter;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user