IDE: make lisClear to be used around in IDE.

git-svn-id: trunk@36329 -
This commit is contained in:
juha 2012-03-25 19:09:20 +00:00
parent cce98eefb5
commit 8e71fa7c1a
3 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ begin
txtOutput.Lines.Clear;
Caption:= lisMenuViewDebugOutput;
popClear.Caption:=lisUIDClear;
popClear.Caption:=lisClear;
popCopyAll.Caption:=lisCopyAllOutputClipboard;
end;

View File

@ -55,6 +55,7 @@ resourcestring
lisBtnReplace = '&Replace';
lisBtnDlgReplace = '&Replace ...';
lisEdit = 'Edit';
lisClear = 'Clear';
lisOpen = 'Open';
lisSave = 'Save';
lisDlgSave = 'Save ...';
@ -3283,7 +3284,6 @@ resourcestring
lisUIDType = 'Type:';
lisUIDinProject = 'in Project:';
lisUIDIncludedBy = 'Included by:';
lisUIDClear = 'Clear';
lisUIDPathsReadOnly = 'Paths (Read Only)';
lisUIDUnit = 'Unit';
lisUIDSize = 'Size:';

View File

@ -266,7 +266,7 @@ begin
MessagesMenuRoot := RegisterIDEMenuRoot(MessagesMenuRootName);
Path := MessagesMenuRoot.Name;
MsgQuickFixMenuSection := RegisterIDEMenuSection(Path, 'Quick Fix');
MsgClearMenuItem := RegisterIDEMenuCommand(Path, 'Clear', lisUIDClear);
MsgClearMenuItem := RegisterIDEMenuCommand(Path, 'Clear', lisClear);
MsgCopyMenuItem := RegisterIDEMenuCommand(Path, 'Copy selected',lisCopySelectedMessagesToClipboard);
MsgCopyAllMenuItem := RegisterIDEMenuCommand(Path, 'Copy all',lisCopyAllShownMessagesToClipboard);
MsgCopyAllAndHiddenMenuItem := RegisterIDEMenuCommand(Path,