git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix missing accelerators causing crashes with old translations
@ 2015-10-27  0:09 Mickaël Thomas
  0 siblings, 0 replies; only message in thread
From: Mickaël Thomas @ 2015-10-27  0:09 UTC (permalink / raw)
  To: git; +Cc: mickael9

From: mickael9 <mickael9@gmail.com>

Signed-off-by: Mickaël Thomas <mickael9@gmail.com>
---
 gitk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitk b/gitk
index 2028b55..fcc606e 100755
--- a/gitk
+++ b/gitk
@@ -12452,8 +12452,8 @@ if {$cmdline_files ne {} || $revtreeargs ne {} || $revtreeargscmd ne {}} {
     set viewchanged(1) 0
     set vdatemode(1) 0
     addviewmenu 1
-    .bar.view entryconf [mca "Edit view..."] -state normal
-    .bar.view entryconf [mca "Delete view"] -state normal
+    .bar.view entryconf [mca "&Edit view..."] -state normal
+    .bar.view entryconf [mca "&Delete view"] -state normal
 }
 
 if {[info exists permviews]} {
-- 
2.6.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-27  0:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27  0:09 [PATCH] Fix missing accelerators causing crashes with old translations Mickaël Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).