LCL: resourcestring

git-svn-id: trunk@26449 -
This commit is contained in:
mattias 2010-07-04 04:40:34 +00:00
parent db9b27c1ca
commit e5ff98cb75
2 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,7 @@ begin
end;
if C > 1 then
FmtStr(Descriptions, '%s (%s)|%1:s|%s',
['Graphic', Filters, Descriptions]);
[rsGraphic, Filters, Descriptions]);
end;
//------------------------------------------------------------------------------

View File

@ -267,6 +267,7 @@ resourceString
rsCursor = 'Cursor';
rsJpeg = 'Joint Picture Expert Group';
rsTiff = 'Tagged Image File Format';
rsGraphic = 'Graphic';
rsUnsupportedClipboardFormat = 'Unsupported clipboard format: %s';
rsGroupIndexCannotBeLessThanPrevious = 'GroupIndex cannot be less than a '
+'previous menu item''s GroupIndex';