Просмотр исходного кода

* forgot to commit, part of r12781

git-svn-id: trunk@12782 -
Jonas Maebe 16 лет назад
Родитель
Сommit
e115455ca0
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      rtl/objpas/rtlconst.inc

+ 2 - 1
rtl/objpas/rtlconst.inc

@@ -93,7 +93,7 @@ ResourceString
   SDefaultFilter                = 'All files (*.*)|*.*';
   SDelimiterQuoteCharError      = 'Delimiter and QuoteChar properties cannot have the same value';
   SDeviceOnPort                 = '%s on %s';
-  SDimsDoNotMatch               = 'Image size mismatch';
+  SDimsDoNotMatch  = 'Image size mismatch';
   SDirNameCap                   = 'Directory &name:';
   SDirsCap                      = '&Directories:';
   SDrivesCap                    = '&Drives:';
@@ -272,6 +272,7 @@ ResourceString
   SUnknownGroup                 = '%s not in a class registration group';
   SUnknownProperty              = 'Unknown property: "%s"';
   SUnknownPropertyType          = 'Unknown property type %d';
+  SUnsupportedPropertyVariantType = 'Unsupported property variant type %d';
   SUntitled                     = '(Untitled)';
   SVBitmaps                     = 'Bitmaps';
   SVEnhMetafiles                = 'Enhanced MetaFiles';