浏览代码

compiler: fix 'class class' message

git-svn-id: trunk@19682 -
paul 13 年之前
父节点
当前提交
031eb4d51c
共有 3 个文件被更改,包括 207 次插入206 次删除
  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,

文件差异内容过多而无法显示
+ 205 - 204
compiler/msgtxt.inc


部分文件因为文件数量过多而无法显示