mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-17 16:10:12 +00:00
Help location fixes
This commit is contained in:
parent
c7f934c9d1
commit
ac98e609d7
@ -12,7 +12,9 @@
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<H1><A name="ProgramTreePlugin"></A>Program Tree Manager </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=
|
||||
|
@ -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);
|
||||
|
||||
//
|
||||
|
@ -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|
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user