ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBDBReg.pas
(Generate patch)

Comparing ibx/trunk/design/IBDBReg.pas (file contents):
Revision 7 by tony, Sun Aug 5 18:28:19 2012 UTC vs.
Revision 13 by tony, Thu Nov 22 22:53:40 2012 UTC

# Line 324 | Line 324 | uses IB, IBQuery, IBStoredProc, IBCustom
324       IBBatchMove, DBLoginDlg, IBExtract,LResources, IBSelectSQLEditor,
325       IBModifySQLEditor,IBDeleteSQLEditor,IBRefreshSQLEditor,
326       IBInsertSQLEditor, IBGeneratorEditor, IBUpdateSQLEditor, IBDataSetEditor,
327 <     IBSQLEditor, ibserviceeditor;
327 >     IBSQLEditor, ibserviceeditor, LCLVersion;
328  
329  
330  
# Line 333 | Line 333 | begin
333    if not TryIBLoad then Exit;
334  
335    RegisterNoIcon([TIBStringField, TIBBCDField]);
336 +  {$if lcl_fullversion < 01010000}
337 +  {see http://bugs.freepascal.org/view.php?id=19035 }
338    RegisterNoIcon([TIntegerField]);
339 +  {$endif}
340    RegisterComponents(IBPalette1, [ TIBQuery, TIBDataSet,
341     TIBDatabase, TIBTransaction, TIBUpdateSQL, TIBEvents,
342       TIBSQL, TIBDatabaseInfo, TIBSQLMonitor,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines