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