fixing help links

This commit is contained in:
ghidravore 2020-08-04 18:26:43 -04:00
parent 8408e836a8
commit 64c2edff7e
2 changed files with 4 additions and 4 deletions

View file

@ -551,8 +551,8 @@ public class ProgramManagerPlugin extends Plugin implements ProgramManager {
.enabled(false) .enabled(false)
.buildAndInstall(tool); .buildAndInstall(tool);
saveAction = new ActionBuilder("Save File", "&Save") saveAction = new ActionBuilder("Save File", getName())
.menuPath(ToolConstants.MENU_FILE, "Close &All") .menuPath(ToolConstants.MENU_FILE, "Save File")
.description("Save Program") .description("Save Program")
.menuGroup(SAVE_GROUP, Integer.toString(subMenuGroupOrder++)) .menuGroup(SAVE_GROUP, Integer.toString(subMenuGroupOrder++))
.menuIcon(null) .menuIcon(null)

View file

@ -28,7 +28,7 @@
the blocks of code.</P> the blocks of code.</P>
<P>There are two basic graph types, <A href="#Graph_Block_Flow">Block Flow</A> and <A href= <P>There are two basic graph types, <A href="#Graph_Block_Flow">Block Flow</A> and <A href=
"#Graph_Calls_using_Default_Model">Call Graph</A>. Different colors and shapes are used to "#Graph_Calls_Using_Default_Model">Call Graph</A>. Different colors and shapes are used to
depict each node and the flow between them. Multiple graphs of either type can exist at any depict each node and the flow between them. Multiple graphs of either type can exist at any
time.</P> time.</P>
@ -261,7 +261,7 @@
<BR> <BR>
<IMG src="images/CodeBlockGraph.png"></P> <IMG src="images/CodeBlockGraph.png"></P>
<H2><A name="Graph_Calls_using_Default_Model"></A>Graph Calls</H2> <H2><A name="Graph_Calls_Using_Default_Model"></A>Graph Calls</H2>
<P>A graph of the call instruction flow from one subroutine to another can be created with <P>A graph of the call instruction flow from one subroutine to another can be created with
<B>Graph<IMG src="../../shared/arrow.gif"> Calls</B>. The graph is created using the default <B>Graph<IMG src="../../shared/arrow.gif"> Calls</B>. The graph is created using the default