فهرست منبع

* Resource string encoding

Michaël Van Canneyt 3 سال پیش
والد
کامیت
3359a0a254
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/rtl/rtlconsts.pas

+ 1 - 1
packages/rtl/rtlconsts.pas

@@ -87,7 +87,7 @@ Resourcestring
   SResNotFound                    = 'Resource %s not found';
   SErrResourceStreamNoWrite       = 'Cannot write to resource stream';
   SErrResourceNotBase64           = 'Resource %s is not base64 encoded';
-
+  SErrUnknownResourceEncoding     = 'Unknown encoding for resource: "%s"';
 
 implementation