Skip to content

Commit

Permalink
temporary remove compare search from tray
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8070 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Nov 22, 2011
1 parent d4ad016 commit 3cc9332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/net/yacy/gui/Tray.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ public void actionPerformed(final ActionEvent e) {
});
menu.add(menuItem);

/*
* no prominent compare since google can not be displayed in a frame anymore
// Compare YaCy
if (deutsch)
label = "Vergleichs-Suche";
Expand All @@ -125,6 +127,7 @@ public void actionPerformed(final ActionEvent e) {
}
});
menu.add(menuItem);
*/

// Peer Administration
if (deutsch)
Expand Down

0 comments on commit 3cc9332

Please sign in to comment.