fix accelmap generation in fmt-bindings

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-08-20 16:25:18 +00:00
parent ed2dd0afe1
commit eecc8d4c20
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}