summaryrefslogtreecommitdiff
path: root/tools/fmt-bindings
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-08-20 16:25:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-08-20 16:25:30 +0000
commit0a590aef8f27e8319b82d42d9e1734aae1be29c1 (patch)
tree2faf78bfff6bbb44a1478a2fdfb3b7ced7b21af3 /tools/fmt-bindings
parent2bd6aac3ed5e137d8a53a14c95fa792f02c709b8 (diff)
fix accelmap generation in fmt-bindings
git-svn-id: svn://localhost/ardour2/branches/3.0@5553 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/fmt-bindings')
-rwxr-xr-xtools/fmt-bindings2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fmt-bindings b/tools/fmt-bindings
index 148ca20955..39849b1847 100755
--- a/tools/fmt-bindings
+++ b/tools/fmt-bindings
@@ -202,7 +202,7 @@ while (<>) {
foreach $k (keys %gtk_modifier_map) {
$gtk_binding =~ s/\@$k\@/$gtk_modifier_map{$k}/;
}
- print "(gtk_accel_map \"<Actions>/$action\" \"$gtk_binding\")\n";
+ print "(gtk_accel_path \"<Actions>/$action\" \"$gtk_binding\")\n";
}
}