From 33950a5e220ec7bf024e4b3f14beaee4b4ef0bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Wed, 1 Nov 2023 16:58:43 +0100 Subject: [PATCH] * Add SArgumentNil --- rtl/objpas/rtlconst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/objpas/rtlconst.inc b/rtl/objpas/rtlconst.inc index 5265afda32..ebe9fd5a84 100644 --- a/rtl/objpas/rtlconst.inc +++ b/rtl/objpas/rtlconst.inc @@ -33,6 +33,7 @@ ResourceString SAllButton = '&All'; SAllFilter = 'All files'; SAncestorNotFound = 'Ancestor class for "%s" not found'; + SArgumentNil = 'Argument must not be nil'; SAssignError = 'Cannot assign a %s to a %s'; SAsyncSocketError = 'Asynchronous socket error: %d'; SBG = 'BG';