mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:37:22 +01:00
IDE: cokde explorer: fixed caption, issue #31110, FTurtle
git-svn-id: trunk@53654 -
This commit is contained in:
parent
273d60e1e3
commit
b442564a2a
@ -1946,6 +1946,7 @@ begin
|
||||
s:=lisMenuViewCodeExplorer;
|
||||
if (CodeExplorerOptions.Refresh=cerManual) and (FCodeFilename<>'') then
|
||||
s+=' - ' + ExtractFileName(FCodeFilename);
|
||||
Caption:=s;
|
||||
end;
|
||||
|
||||
function TCodeExplorerView.OnExpandedStateGetNodeText(Node: TTreeNode): string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user