X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFontChooser.java;h=f532706b9f91abd058ccfbf3d6ab906ec0756c78;hb=HEAD;hp=2e8e667b6fe458d42f121b7fb225c7d33eb82a30;hpb=071a00a0f8ce9892254630595696c1c9d7c39ec7;p=jalview.git diff --git a/src/jalview/gui/FontChooser.java b/src/jalview/gui/FontChooser.java index 2e8e667..f532706 100755 --- a/src/jalview/gui/FontChooser.java +++ b/src/jalview/gui/FontChooser.java @@ -112,7 +112,7 @@ public class FontChooser extends GFontChooser void init() { frame = new JInternalFrame(); - frame.setFrameIcon(WindowIcons.logoIcon); + frame.setFrameIcon(null); frame.setContentPane(this); smoothFont.setSelected(ap.av.antiAlias);