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 29 by tony, Sat May 9 11:37:49 2015 UTC vs.
Revision 31 by tony, Tue Jul 14 15:31:25 2015 UTC

# Line 174 | Line 174 | resourcestring
174    SInvalidOnErrorResult = 'Unexpected onError return value';
175    SInvalidOnStatusResult = 'Unexpected onStatus return value';
176  
177 <  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.2.4';
177 >  SInterbaseExpressVersion = 'Firebird Express for Lazarus 1.3.0';
178    SEditSQL = 'Edit SQL';
179    SIBSQLEditor = 'IBSQL Editor';
180    SIBServiceEditor = 'Edit IB Service';
# Line 185 | Line 185 | resourcestring
185    sFieldSizeError = 'Field %s is too small to receive the data';
186    STransactionNotEnding = 'Transaction is not being completed';
187    SDscInfoTokenMissing = '%s token not found';
188 +  SNoLoginDialog = 'Default Login Dlalog not found. Have you included ibexpress ' +
189 +                   'in your program uses list?';
190  
191   implementation
192  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines