summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m
index 2085cbcb3..c2b7b3caf 100644
--- a/macosx/HBController.m
+++ b/macosx/HBController.m
@@ -1476,9 +1476,9 @@
[fPresetsView setSelection:_currentPreset];
}
-- (IBAction)insertFolder:(id)sender
+- (IBAction)insertCategory:(id)sender
{
- [fPresetsView insertFolder:sender];
+ [fPresetsView insertCategory:sender];
}
- (IBAction)selectPresetFromMenu:(id)sender