fix missing % from bindings.in files

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4179 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-11-14 23:08:17 +00:00
parent 55d7ba2a49
commit 671fb6f71b
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@
; (gtk_accel_path "<Actions>/Editor/loop-region" "<%PRIMARY%>8")
(gtk_accel_path "<Actions>/Editor/set-punch-from-edit-range" "9")
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4>9")
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4%>9")
(gtk_accel_path "<Actions>/Editor/set-tempo-from-region" "<%LEVEL4%>0")
(gtk_accel_path "<Actions>/Editor/set-tempo-from-edit-range" "0")

View file

@ -206,7 +206,7 @@
; (gtk_accel_path "<Actions>/Editor/loop-region" "<%PRIMARY%>8")
(gtk_accel_path "<Actions>/Editor/set-punch-from-edit-range" "9")
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4>9")
(gtk_accel_path "<Actions>/Editor/set-punch-from-region" "<%LEVEL4%>9")
(gtk_accel_path "<Actions>/Editor/set-tempo-from-region" "<%LEVEL4%>0")
(gtk_accel_path "<Actions>/Editor/set-tempo-from-edit-range" "0")