m.addItem(new LinkMenuItem(text, historyToken));
}
private static void addDiffLink(final LinkMenuBar m, final String text,
final PatchScreen.TopView tv) {
m.addItem(new LinkMenuItem(text, "") {
@Override
public void go() {
if (patchScreen != null) {
patchScreen.setTopView(tv);
}