mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 12:00:37 +01:00
IDE: Cleanup.
git-svn-id: trunk@56359 -
This commit is contained in:
parent
c92ce22ba5
commit
eed9fc6c4b
@ -453,7 +453,7 @@ begin
|
||||
if Fits('MessagesView',dlgMsgs) then exit;
|
||||
if Fits('ObjectInspectorDlg',oisObjectInspector) then exit;
|
||||
if Fits('UnitDependencies',dlgUnitDepCaption) then exit;
|
||||
if Fits('CodeExplorerView',lisCodeExplorer) then exit;
|
||||
if Fits('CodeExplorerView',lisMenuViewCodeExplorer) then exit;
|
||||
if Fits('FPDocEditor',lisCodeHelpMainFormCaption) then exit;
|
||||
if Fits('PkgGraphExplorer',lisMenuPackageGraph) then exit;
|
||||
if Fits('ProjectInspector',lisMenuProjectInspector) then exit;
|
||||
|
||||
@ -2795,7 +2795,6 @@ resourcestring
|
||||
rsiwpSplitterCustomPosition = 'Custom Size';
|
||||
|
||||
// Code Explorer
|
||||
lisCodeExplorer = 'Code Explorer';
|
||||
lisCode = 'Code';
|
||||
|
||||
// Unit editor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user