Skip to content

Commit 28de568

Browse files
bbollipaulusmack
authored andcommitted
gitk: Add missing accelerators
In d99b4b0 ("gitk: Accelerators for the main menu", 2015-09-09), accelerators were added to allow efficient keyboard navigation. One instance of the strings "Edit view..." and "Delete view" were left without the ampersand. Add the missing ampersand characters to unbreak our international users. Signed-off-by: Beat Bolli <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent d99b4b0 commit 28de568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12452,8 +12452,8 @@ if {$cmdline_files ne {} || $revtreeargs ne {} || $revtreeargscmd ne {}} {
1245212452
set viewchanged(1) 0
1245312453
set vdatemode(1) 0
1245412454
addviewmenu 1
12455-
.bar.view entryconf [mca "Edit view..."] -state normal
12456-
.bar.view entryconf [mca "Delete view"] -state normal
12455+
.bar.view entryconf [mca "&Edit view..."] -state normal
12456+
.bar.view entryconf [mca "&Delete view"] -state normal
1245712457
}
1245812458

1245912459
if {[info exists permviews]} {

0 commit comments

Comments
 (0)