mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-10 14:21:00 +08:00
fixing help links
This commit is contained in:
+2
-2
@@ -551,8 +551,8 @@ public class ProgramManagerPlugin extends Plugin implements ProgramManager {
|
||||
.enabled(false)
|
||||
.buildAndInstall(tool);
|
||||
|
||||
saveAction = new ActionBuilder("Save File", "&Save")
|
||||
.menuPath(ToolConstants.MENU_FILE, "Close &All")
|
||||
saveAction = new ActionBuilder("Save File", getName())
|
||||
.menuPath(ToolConstants.MENU_FILE, "Save File")
|
||||
.description("Save Program")
|
||||
.menuGroup(SAVE_GROUP, Integer.toString(subMenuGroupOrder++))
|
||||
.menuIcon(null)
|
||||
|
||||
+2
-2
@@ -28,7 +28,7 @@
|
||||
the blocks of code.</P>
|
||||
|
||||
<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
|
||||
time.</P>
|
||||
|
||||
@@ -261,7 +261,7 @@
|
||||
<BR>
|
||||
<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
|
||||
<B>Graph<IMG src="../../shared/arrow.gif"> Calls</B>. The graph is created using the default
|
||||
|
||||
Reference in New Issue
Block a user