fix accelmap generation in fmt-bindings
git-svn-id: svn://localhost/ardour2/branches/3.0@5553 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2bd6aac3ed
commit
0a590aef8f
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user