IDE: Make CodeExplorer show the module name. Issue #20914, patch from Hans-Peter Diettrich

git-svn-id: trunk@34328 -
This commit is contained in:
juha 2011-12-20 17:45:13 +00:00
parent 5dc211019c
commit 0d66c687f8

View File

@ -2144,6 +2144,9 @@ begin
CodeTreeview.EndUpdate;
end;
Caption := lisMenuViewCodeExplorer + ' - ' + ExtractFileName(FCodeFilename);
if HostDockSite <> nil then
HostDockSite.UpdateDockCaption();
finally
Exclude(FFlags,cevRefreshing);
OldExpanded.Free;