Help location fixes

This commit is contained in:
dragonmacher 2019-07-19 14:23:51 -04:00
parent c7f934c9d1
commit ac98e609d7
4 changed files with 8 additions and 7 deletions

View File

@ -12,7 +12,9 @@
</HEAD>
<BODY>
<H1><A name="ProgramTreePlugin"></A>Program Tree Manager&nbsp;</H1>
<H1><A name="ProgramTreePlugin"></A><A name="Program_Tree"></A>
Program Tree Plugin
</H1>
<P>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 <A href=

View File

@ -45,13 +45,13 @@ public class ViewManagerComponentProvider extends ComponentProviderAdapter
private Program currentProgram;
private String restoredViewName;
public ViewManagerComponentProvider(PluginTool tool, String name) {
super(tool, NAME, name, ProgramActionContext.class);
public ViewManagerComponentProvider(PluginTool tool, String owner) {
super(tool, NAME, owner, ProgramActionContext.class);
viewPanel = new ViewPanel(tool, this);
listeners = new ArrayList<>(3);
setTitle("Program Trees");
setHelpLocation(new HelpLocation(getName(), getName()));
setHelpLocation(new HelpLocation(owner, getName()));
setDefaultWindowPosition(WindowPosition.LEFT);
//

View File

@ -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|

View File

@ -223,7 +223,7 @@
</tr>
<tr>
<td align="left" valign="top" width="16">
<a href="#Diff_Location_Details">
<a href="#Show_Diff_Location_Details">
<img src="images/xmag.png" alt="" border="0">
</a>
</td>
@ -966,7 +966,7 @@
</p>
</blockquote>
<h2>
<a name="Diff_Location_Details"></a>
<a name="Show_Diff_Location_Details"></a>
<a name="Refresh_Diff_Details"></a>
Viewing Difference Details at a Location
</h2>