Browse Source

* Use resourcestring

git-svn-id: trunk@26904 -
michael 11 years ago
parent
commit
68c1607ecc
1 changed files with 1 additions and 1 deletions
  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;