mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue