Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy Suen2011-08-25 22:45:46 +0000
committerMatthias Sohn2011-08-25 22:45:46 +0000
commit3735c6cae0650c727eb0168ede9cebaa10e95fd7 (patch)
tree70c747fbe1bfedfab138817bcbdf6887fe15f9b9 /org.eclipse.egit.ui/src/org/eclipse
parent98daa3e804772aaa454bdcda011b7bbf079a7e3a (diff)
downloadegit-3735c6cae0650c727eb0168ede9cebaa10e95fd7.tar.gz
egit-3735c6cae0650c727eb0168ede9cebaa10e95fd7.tar.xz
egit-3735c6cae0650c727eb0168ede9cebaa10e95fd7.zip
[historyView] Remove mnemonic definitions
Having mnemonics defined for controls inside a part means that the user cannot use accelerators to access the menu items in the window's main menu bar. The 'History' view's controls should not define mnemonics as they may conflict with any definitions defined in the main menu bar. Bug: 331321 Change-Id: I5c34a9794870a9341f949487c797a46ed2cc64b3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index eea7aad931..9257a29d3d 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2009 Shawn Pearce and others.
+# Copyright (c) 2005, 2011 Shawn Pearce and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -519,9 +519,9 @@ HistoryPage_authorColumn=Author
HistoryPage_dateColumn=Date
HistoryPage_refreshJob=Reading history from Git repository "{0}"
-HistoryPage_findbar_find=&Find:
-HistoryPage_findbar_next=&Next
-HistoryPage_findbar_previous=&Previous
+HistoryPage_findbar_find=Find:
+HistoryPage_findbar_next=Next
+HistoryPage_findbar_previous=Previous
HistoryPage_findbar_ignorecase=Ignore Case
HistoryPage_findbar_commit=Id
HistoryPage_findbar_comments=Comments

Back to the top