mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 03:40:36 +01:00
sqldb: fixed filter for Firebird database name (issue #10528)
git-svn-id: trunk@16056 -
This commit is contained in:
parent
b23bc8cf6c
commit
42e0b8c301
@ -101,7 +101,7 @@ Resourcestring
|
||||
function TSQLFirebirdFileNamePropertyEditor.GetFilter: String;
|
||||
begin
|
||||
Result := sFireBirdDatabases+' (*.fb)|*.fb;*.fdb';
|
||||
Result := Result + sInterbaseDatabases +' (*.gdb)|*.gdb;*.GDB';
|
||||
Result := Result + '|' + sInterbaseDatabases +' (*.gdb)|*.gdb;*.GDB';
|
||||
Result:= Result+ '|'+ inherited GetFilter;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user