Merge remote-tracking branch 'origin/GP-1-dragonmacher-help-fix'

This commit is contained in:
Ryan Kurtz 2025-02-14 11:49:24 -05:00
commit a950ecd5f2

View file

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