Преглед изворни кода

* 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