From 3c8cb593951e60ecc955a4db71065c6afdff090c Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 18 Dec 2009 03:18:20 +0000 Subject: [PATCH] ideintf: rename action list editor and image list editor verbs git-svn-id: trunk@23175 - --- ideintf/actionseditor.pas | 2 +- ideintf/imagelisteditor.pp | 2 +- ideintf/objinspstrconsts.pas | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ideintf/actionseditor.pas b/ideintf/actionseditor.pas index 62523681df..8cd837e134 100644 --- a/ideintf/actionseditor.pas +++ b/ideintf/actionseditor.pas @@ -1018,7 +1018,7 @@ end; function TActionListComponentEditor.GetVerb(Index: Integer): string; begin - Result := oisEditActionList; + Result := oisActionListComponentEditor; end; procedure TActionListComponentEditor.ExecuteVerb(Index: Integer); diff --git a/ideintf/imagelisteditor.pp b/ideintf/imagelisteditor.pp index c5c584d767..8d0b372191 100644 --- a/ideintf/imagelisteditor.pp +++ b/ideintf/imagelisteditor.pp @@ -596,7 +596,7 @@ end; function TImageListComponentEditor.GetVerb(Index: Integer): String; begin - Result := sccsILEdtCaption + '...'; + Result := oisImageListComponentEditor; end; function TImageListComponentEditor.GetVerbCount: Integer; diff --git a/ideintf/objinspstrconsts.pas b/ideintf/objinspstrconsts.pas index 788883ebb3..7d2d805ed1 100644 --- a/ideintf/objinspstrconsts.pas +++ b/ideintf/objinspstrconsts.pas @@ -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';