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

Comparing ibx/trunk/runtime/IBXConst.pas (file contents):
Revision 38 by tony, Mon Feb 15 14:44:25 2016 UTC vs.
Revision 39 by tony, Tue May 17 08:14:52 2016 UTC

# Line 33 | Line 33
33  
34   unit IBXConst;
35  
36 + {$IF FPC_FULLVERSION >= 20700 }
37 + {$codepage UTF8}
38 + {$ENDIF}
39 +
40 +
41   interface
42  
43   uses IBUtils;
# Line 174 | Line 179 | resourcestring
179    SInvalidOnErrorResult = 'Unexpected onError return value';
180    SInvalidOnStatusResult = 'Unexpected onStatus return value';
181  
182 <  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.4.0';
182 >  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.4.1';
183    SEditSQL = 'Edit SQL';
184    SIBSQLEditor = 'IBSQL Editor';
185    SIBServiceEditor = 'Edit IB Service';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines