ChangeScreen2: Group Related Changes keys together

Don't mix these with other navigation keys.

Change-Id: Ib37e08b39aef466e57e3d2ea541133ad4934ca16
This commit is contained in:
Shawn Pearce
2013-11-21 01:04:57 -08:00
parent bb18abb8f5
commit 27e8c3a1c8

View File

@@ -169,7 +169,7 @@ class RelatedChangesTab {
this.list = list;
table.setWidth("");
keysNavigation.setName(Gerrit.C.sectionNavigation());
keysNavigation.setName(Resources.C.relatedChanges());
keysNavigation.add(
new PrevKeyCommand(0, 'K', Resources.C.previousChange()),
new NextKeyCommand(0, 'J', Resources.C.nextChange()));