Browse Source

compiler: fix 'class class' message

git-svn-id: trunk@19682 -
paul 13 years ago
parent
commit
031eb4d51c
3 changed files with 207 additions and 206 deletions
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgidx.inc
  3. 205 204
      compiler/msgtxt.inc

+ 1 - 1
compiler/msg/errore.msg

@@ -540,7 +540,7 @@ parser_e_only_class_members_via_class_ref=03053_E_Only class methods, class prop
 % \end{verbatim}
 % \var{Free} is not a class method and hence cannot be called with a class
 % reference.
-parser_e_only_class_members=03054_E_Only class class methods, class properties and class variables can be accessed in class methods
+parser_e_only_class_members=03054_E_Only class methods, class properties and class variables can be accessed in class methods
 % This is related to the previous error. You cannot call a method of an object
 % from inside a class method. The following code would produce this error:
 % \begin{verbatim}

+ 1 - 1
compiler/msgidx.inc

@@ -918,7 +918,7 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 62105;
+  MsgTxtSize = 62099;
 
   MsgIdxMax : array[1..20] of longint=(
     26,89,315,109,85,55,116,26,202,63,

File diff suppressed because it is too large
+ 205 - 204
compiler/msgtxt.inc


Some files were not shown because too many files changed in this diff