mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
ideintf: rename action list editor and image list editor verbs
git-svn-id: trunk@23175 -
This commit is contained in:
parent
94632103e8
commit
3c8cb59395
@ -1018,7 +1018,7 @@ end;
|
|||||||
|
|
||||||
function TActionListComponentEditor.GetVerb(Index: Integer): string;
|
function TActionListComponentEditor.GetVerb(Index: Integer): string;
|
||||||
begin
|
begin
|
||||||
Result := oisEditActionList;
|
Result := oisActionListComponentEditor;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TActionListComponentEditor.ExecuteVerb(Index: Integer);
|
procedure TActionListComponentEditor.ExecuteVerb(Index: Integer);
|
||||||
|
@ -596,7 +596,7 @@ end;
|
|||||||
|
|
||||||
function TImageListComponentEditor.GetVerb(Index: Integer): String;
|
function TImageListComponentEditor.GetVerb(Index: Integer): String;
|
||||||
begin
|
begin
|
||||||
Result := sccsILEdtCaption + '...';
|
Result := oisImageListComponentEditor;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TImageListComponentEditor.GetVerbCount: Integer;
|
function TImageListComponentEditor.GetVerbCount: Integer;
|
||||||
|
@ -122,6 +122,7 @@ resourcestring
|
|||||||
sccsLvEdtItem = 'Item';
|
sccsLvEdtItem = 'Item';
|
||||||
|
|
||||||
// Image editor strings
|
// Image editor strings
|
||||||
|
oisImageListComponentEditor = 'I&mageList Editor...';
|
||||||
sccsILEdtCaption = 'ImageList Editor';
|
sccsILEdtCaption = 'ImageList Editor';
|
||||||
sccsILEdtGrpLCaption = 'Images';
|
sccsILEdtGrpLCaption = 'Images';
|
||||||
sccsILEdtGrpRCaption = 'Selected Image';
|
sccsILEdtGrpRCaption = 'Selected Image';
|
||||||
@ -230,8 +231,8 @@ resourcestring
|
|||||||
cActionListEditorFileCategory = 'File';
|
cActionListEditorFileCategory = 'File';
|
||||||
cActionListEditorDatabaseCategory = 'Database';
|
cActionListEditorDatabaseCategory = 'Database';
|
||||||
|
|
||||||
oisEditActionList = 'Edit action list...';
|
oisActionListComponentEditor = 'Action&List Editor...';
|
||||||
oisActionListEditor = 'Action List Editor';
|
oisActionListEditor = 'ActionList Editor';
|
||||||
oisErrorDeletingAction = 'Error deleting action';
|
oisErrorDeletingAction = 'Error deleting action';
|
||||||
oisErrorWhileDeletingAction = 'Error while deleting action:%s%s';
|
oisErrorWhileDeletingAction = 'Error while deleting action:%s%s';
|
||||||
cActionListEditorNewAction = 'New Action';
|
cActionListEditorNewAction = 'New Action';
|
||||||
|
Loading…
Reference in New Issue
Block a user