Fix: Rename TDatasource to TDataSource (lazarus 2.2)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
6af3c25955
commit
264e7bc5d9
@ -130,7 +130,7 @@ object Form1: TForm1
|
||||
EditLabel.ParentColor = False
|
||||
TabOrder = 2
|
||||
end
|
||||
object Datasource1: TDatasource
|
||||
object Datasource1: TDataSource
|
||||
DataSet = BufDataset1
|
||||
left = 336
|
||||
top = 8
|
||||
|
@ -69,7 +69,7 @@ object Form1: TForm1
|
||||
Caption = 'Press Alt+Down arrow key while editing date to show the calendar'
|
||||
ParentColor = False
|
||||
end
|
||||
object Datasource1: TDatasource
|
||||
object Datasource1: TDataSource
|
||||
DataSet = BufDataset1
|
||||
left = 324
|
||||
top = 7
|
||||
|
Loading…
Reference in New Issue
Block a user