ideintf: rename action list editor and image list editor verbs

git-svn-id: trunk@23175 -
This commit is contained in:
paul 2009-12-18 03:18:20 +00:00
parent 94632103e8
commit 3c8cb59395
3 changed files with 5 additions and 4 deletions

View File

@ -1018,7 +1018,7 @@ end;
function TActionListComponentEditor.GetVerb(Index: Integer): string;
begin
Result := oisEditActionList;
Result := oisActionListComponentEditor;
end;
procedure TActionListComponentEditor.ExecuteVerb(Index: Integer);

View File

@ -596,7 +596,7 @@ end;
function TImageListComponentEditor.GetVerb(Index: Integer): String;
begin
Result := sccsILEdtCaption + '...';
Result := oisImageListComponentEditor;
end;
function TImageListComponentEditor.GetVerbCount: Integer;

View File

@ -122,6 +122,7 @@ resourcestring
sccsLvEdtItem = 'Item';
// Image editor strings
oisImageListComponentEditor = 'I&mageList Editor...';
sccsILEdtCaption = 'ImageList Editor';
sccsILEdtGrpLCaption = 'Images';
sccsILEdtGrpRCaption = 'Selected Image';
@ -230,8 +231,8 @@ resourcestring
cActionListEditorFileCategory = 'File';
cActionListEditorDatabaseCategory = 'Database';
oisEditActionList = 'Edit action list...';
oisActionListEditor = 'Action List Editor';
oisActionListComponentEditor = 'Action&List Editor...';
oisActionListEditor = 'ActionList Editor';
oisErrorDeletingAction = 'Error deleting action';
oisErrorWhileDeletingAction = 'Error while deleting action:%s%s';
cActionListEditorNewAction = 'New Action';