You've already forked lazarus-ccr
RxFPC:fix compile rxdbgridexportpdf.pas after fpc rev. 35083
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -122,6 +122,10 @@ resourcestring
|
||||
|
||||
{ TConfigValues }
|
||||
sVariableIsNotString = 'Variable %s is not string';
|
||||
sVariableIsNotInteger = 'Variable %s is not integer';
|
||||
sVariableIsNotFloat = 'Variable %s is not float';
|
||||
sVariableIsNotDT = 'Variable %s is not date/time';
|
||||
sVariableIsNotBoolean = 'Variable %s is not boolean';
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user