mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 09:20:48 +02:00
IDE: removed unused resourcestrings
git-svn-id: trunk@37366 -
This commit is contained in:
parent
0e9c12c306
commit
f37444fe98
@ -423,7 +423,7 @@ begin
|
||||
if Fits('PseudoTerminal', lisMenuViewPseudoTerminal) then exit;
|
||||
if Fits('Threads', lisMenuViewThreads) then exit;
|
||||
if Fits('DbgHistory', lisMenuViewHistory) then exit;
|
||||
if Fits('ComponentList', lisFPComponents) then exit;
|
||||
if Fits('ComponentList', lisCmpLstComponents) then exit;
|
||||
Result:=ALayout.FormCaption;
|
||||
end;
|
||||
|
||||
|
@ -4223,10 +4223,6 @@ resourcestring
|
||||
lisProjInspRemovedRequiredPackages = 'Removed required packages';
|
||||
lisProjInspProjectInspector = 'Project Inspector - %s';
|
||||
|
||||
// Find palette component dialog
|
||||
lisFPFindPaletteComponent = 'Find palette component';
|
||||
lisFPComponents = 'Components';
|
||||
|
||||
// components list form
|
||||
lisCmpLstComponents = 'Components';
|
||||
lisCmpLstList = 'List';
|
||||
|
Loading…
Reference in New Issue
Block a user