Add "Settings" to the "My" menu

Although "Settings" is in the top right part of the menu bar, I
found myself reaching for it under the "My" menu once logged in.
We might as well keep it in both locations for users like myself
who expect to find it there.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-01-20 13:52:29 -08:00
parent 8871e461d8
commit 5d17daeb11

View File

@@ -309,6 +309,7 @@ public class Gerrit implements EntryPoint {
addLink(m, C.menyMyDrafts(), Link.MINE_DRAFTS);
addLink(m, C.menuMyUnclaimedChanges(), Link.MINE_UNCLAIMED);
addLink(m, C.menuMyStarredChanges(), Link.MINE_STARRED);
addLink(m, C.menuSettings(), Link.SETTINGS);
menuBar.addItem(C.menuMine(), m);
}