From 64514714c27483fd03c66104b56df1a09af62fc7 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 13 Aug 2011 21:19:45 +0000 Subject: [PATCH] * Added invalid stream operation string constant git-svn-id: trunk@18200 - --- rtl/objpas/rtlconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/objpas/rtlconst.inc b/rtl/objpas/rtlconst.inc index 1763076341..3b7b363e25 100644 --- a/rtl/objpas/rtlconst.inc +++ b/rtl/objpas/rtlconst.inc @@ -259,6 +259,7 @@ ResourceString SSocketRead = 'Read'; SSocketWrite = 'Write'; SSortedListError = 'Operation not allowed on sorted list'; + SStreamInvalidSeek = 'Invalid stream operation %s.Seek'; SStreamNoReading = 'Reading from %s is not supported'; SStreamNoWriting = 'Writing to %s is not supported'; SStreamSetSize = 'Error setting stream size';