mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0 Restored the correct action names, and edited help description.
GP-0 Added help for EditPrototypeOverrideAction and MyToggleExactConstantMatching action. Corrected the name of the help that OpenVersionTrackingSessionAction and OverridePrototypeAction were referring to so they were directed to the correct help location.
This commit is contained in:
parent
52e6360d96
commit
367f088162
7 changed files with 53 additions and 9 deletions
|
@ -38,7 +38,7 @@ public class OpenVersionTrackingSessionAction extends DockingAction {
|
|||
String[] menuPath = { ToolConstants.MENU_FILE, "Open Session..." };
|
||||
setMenuBarData(new MenuData(menuPath, "AAA"));
|
||||
setDescription("Opens a Version Tracking Session");
|
||||
setHelpLocation(new HelpLocation("VersionTrackingPlugin", "Open_Session"));
|
||||
setHelpLocation(new HelpLocation("VersionTrackingPlugin", "Version_Tracking_Tool"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue