mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Fixed bad help location
This commit is contained in:
parent
391101cf98
commit
2a2251c04c
1 changed files with 1 additions and 1 deletions
|
@ -1850,7 +1850,7 @@ public class GTree extends JPanel implements BusyListener {
|
||||||
Integer.toString(subGroupIndex++)
|
Integer.toString(subGroupIndex++)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
copyFormattedAction.setHelpLocation(new HelpLocation("Trees", "Copy_Special"));
|
copyFormattedAction.setHelpLocation(new HelpLocation("Trees", "Copy_Formatted"));
|
||||||
//@formatter:on
|
//@formatter:on
|
||||||
|
|
||||||
GTreeAction activateFilterAction = new GTreeAction("Table/Tree Activate Filter", owner) {
|
GTreeAction activateFilterAction = new GTreeAction("Table/Tree Activate Filter", owner) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue