From 64c2edff7e5416dc6985ff7cc3ea0c4a4c72c2bb Mon Sep 17 00:00:00 2001 From: ghidravore Date: Tue, 4 Aug 2020 18:26:43 -0400 Subject: [PATCH] fixing help links --- .../ghidra/app/plugin/core/progmgr/ProgramManagerPlugin.java | 4 ++-- .../main/help/help/topics/ProgramGraphPlugin/ProgramGraph.htm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/progmgr/ProgramManagerPlugin.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/progmgr/ProgramManagerPlugin.java index d644c8fe79..4bd1307663 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/progmgr/ProgramManagerPlugin.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/progmgr/ProgramManagerPlugin.java @@ -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) diff --git a/Ghidra/Features/ProgramGraph/src/main/help/help/topics/ProgramGraphPlugin/ProgramGraph.htm b/Ghidra/Features/ProgramGraph/src/main/help/help/topics/ProgramGraphPlugin/ProgramGraph.htm index 94dd05223a..d23c6eac22 100644 --- a/Ghidra/Features/ProgramGraph/src/main/help/help/topics/ProgramGraphPlugin/ProgramGraph.htm +++ b/Ghidra/Features/ProgramGraph/src/main/help/help/topics/ProgramGraphPlugin/ProgramGraph.htm @@ -28,7 +28,7 @@ the blocks of code.

There are two basic graph types, Block Flow and Call Graph. Different colors and shapes are used to + "#Graph_Calls_Using_Default_Model">Call Graph. 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.

@@ -261,7 +261,7 @@

-

Graph Calls

+

Graph Calls

A graph of the call instruction flow from one subroutine to another can be created with Graph Calls. The graph is created using the default