Przeglądaj źródła

* Resource string encoding

Michaël Van Canneyt 3 lat temu
rodzic
commit
3359a0a254
1 zmienionych plików z 1 dodań i 1 usunięć
  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