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:
isabella3412 2024-02-23 15:41:10 +00:00
parent 52e6360d96
commit 367f088162
7 changed files with 53 additions and 9 deletions

View file

@ -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