Ignore:
Timestamp:
2005-04-12T13:24:56+12:00 (19 years ago)
Author:
mdewsnip
Message:

Changed to use gatherer_medium.gif rather than medgath.gif.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/AboutDialog.java

    r8474 r9647  
    7070    JPanel content_pane = (JPanel) getContentPane();
    7171    JPanel upper_pane = new JPanel();
    72     ImageIcon icon = Utility.getImage("medgath.gif");
     72    ImageIcon icon = Utility.getImage("gatherer_medium.gif");
    7373    ImageIcon scaled_icon = new ImageIcon(icon.getImage().getScaledInstance(ICON_SIZE, ICON_SIZE, Image.SCALE_DEFAULT));
    7474    JLabel icon_label = new JLabel(scaled_icon);
Note: See TracChangeset for help on using the changeset viewer.