Ignore:
Timestamp:
2003-08-21T11:15:35+12:00 (21 years ago)
Author:
jmt12
Message:

Fix 203B155: filter by images should include tifs and bmps

File:
1 edited

Legend:

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

    r4675 r5239  
    7171    static final private Dimension SIZE = new Dimension(100,25);
    7272    /** Preprogrammed default filters. */
    73     static final private String DEFAULTS[] = {"^.*\\.html?$", "^.*\\.xml$", "^.*\\.txt$", "(^.*\\.jpe?g$)|(^.*\\.png$)|(^.\\.gif$)"};
     73    static final private String DEFAULTS[] = {"^.*\\.html?$", "^.*\\.xml$", "^.*\\.txt$", "(^.*\\.jpe?g$)|(^.*\\.png$)|(^.\\.gif$)|(^.\\.bmp$)|(^.\\.tif$)"};
    7474    /** Constructor.
    7575     * @param tree A reference to the <strong>JTree</strong> being affected.
Note: See TracChangeset for help on using the changeset viewer.