diff --git a/Ghidra/Features/Base/src/main/help/help/topics/ProgramTreePlugin/view_manager.htm b/Ghidra/Features/Base/src/main/help/help/topics/ProgramTreePlugin/view_manager.htm index 0d9312dca8..9c69a521df 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/ProgramTreePlugin/view_manager.htm +++ b/Ghidra/Features/Base/src/main/help/help/topics/ProgramTreePlugin/view_manager.htm @@ -12,7 +12,9 @@
-Program Trees are used to organize programs into a tree structure. Nodes within the a
program tree can be used to navigate to the corresponding address in the (3);
setTitle("Program Trees");
- setHelpLocation(new HelpLocation(getName(), getName()));
+ setHelpLocation(new HelpLocation(owner, getName()));
setDefaultWindowPosition(WindowPosition.LEFT);
//
diff --git a/Ghidra/Features/ProgramDiff/certification.manifest b/Ghidra/Features/ProgramDiff/certification.manifest
index cd7222a848..8e74d3e6b9 100644
--- a/Ghidra/Features/ProgramDiff/certification.manifest
+++ b/Ghidra/Features/ProgramDiff/certification.manifest
@@ -30,7 +30,6 @@ src/main/help/help/topics/Diff/images/SelectOtherProgram.png||GHIDRA||||END|
src/main/help/help/topics/Diff/images/SelectOtherVersionedProgram.png||GHIDRA||||END|
src/main/help/help/topics/Diff/images/disk.png||FAMFAMFAM Icons - CC 2.5|||famfamfam silk icon set|END|
src/main/help/help/topics/Diff/images/down.png||GHIDRA||reviewed||END|
-src/main/help/help/topics/Diff/images/erase16.png||GHIDRA||reviewed||END|
src/main/help/help/topics/Diff/images/eraser_arrow16.png||GHIDRA||||END|
src/main/help/help/topics/Diff/images/pencil16.png||GHIDRA||reviewed||END|
src/main/help/help/topics/Diff/images/pencil_arrow16.png||GHIDRA||reviewed||END|
diff --git a/Ghidra/Features/ProgramDiff/src/main/help/help/topics/Diff/Diff.htm b/Ghidra/Features/ProgramDiff/src/main/help/help/topics/Diff/Diff.htm
index 403cf91e3e..b84a675cdb 100644
--- a/Ghidra/Features/ProgramDiff/src/main/help/help/topics/Diff/Diff.htm
+++ b/Ghidra/Features/ProgramDiff/src/main/help/help/topics/Diff/Diff.htm
@@ -223,7 +223,7 @@
-
+
@@ -966,7 +966,7 @@
-
+
Viewing Difference Details at a Location