mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 05:38:17 +08:00
Help location fix
This commit is contained in:
+1
-1
@@ -697,7 +697,7 @@
|
|||||||
</P>
|
</P>
|
||||||
</BLOCKQUOTE>
|
</BLOCKQUOTE>
|
||||||
|
|
||||||
<H3><A name="Find_Structues_By_Size"></A>Find Structures by Size</H3>
|
<H3><A name="Find_Structures_By_Size"></A>Find Structures by Size</H3>
|
||||||
|
|
||||||
<BLOCKQUOTE>
|
<BLOCKQUOTE>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -50,7 +50,7 @@ public class FindStructuresByOffsetAction extends DockingAction {
|
|||||||
|
|
||||||
setMenuBarData(
|
setMenuBarData(
|
||||||
new MenuData(new String[] { NAME + "..." }, null, "VeryLast", -1, menuSubGroup));
|
new MenuData(new String[] { NAME + "..." }, null, "VeryLast", -1, menuSubGroup));
|
||||||
setHelpLocation(new HelpLocation("DataTypeManagerPlugin", "Find_Data_Types_By_Offset"));
|
setHelpLocation(new HelpLocation("DataTypeManagerPlugin", "Find_Structures_By_Offset"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user