ソースを参照

* Use resourcestring

git-svn-id: trunk@26904 -
michael 11 年 前
コミット
68c1607ecc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/fcl-base/src/nullstream.pp

+ 1 - 1
packages/fcl-base/src/nullstream.pp

@@ -45,7 +45,7 @@ type
 
 implementation
 
-const
+Resourcestring
   SInvalidOperation = 'Cannot perform this operation on a NullStream.';
 
 Function TNullStream.GetSize : int64;