mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
SQLDb: do not put resource string under IFDEF
git-svn-id: trunk@53338 -
This commit is contained in:
parent
b9e67db75a
commit
64664306ee
@ -277,9 +277,7 @@ Resourcestring
|
||||
SSQLSource = 'Insert your SQL statements here';
|
||||
|
||||
SFireBirdDatabases = 'Firebird databases';
|
||||
{$IFDEF HASSQLITE3CONNECTION}
|
||||
SSQLite3Databases = 'SQLite3 databases';
|
||||
{$ENDIF}
|
||||
SInterbaseDatabases = 'Interbase databases';
|
||||
SSQLStringsPropertyEditorDlgTitle = 'Editing %s';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user