Changeset 14587 for gli/trunk


Ignore:
Timestamp:
2007-09-27T10:54:53+12:00 (17 years ago)
Author:
qq6
Message:

fill in the file name of the icon image if it is in the GS3 mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/GeneralManager.java

    r13591 r14587  
    4545import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    4646import org.greenstone.gatherer.util.StaticStrings;
     47import org.greenstone.gatherer.Gatherer;
    4748
    4849/** This class provides a graphical interface for editing general metadata for the collection, such as name, description, icons etc.
     
    362363            // Create the path starting _httpcollection_/images/<filename>
    363364            String path = prefix + file.getName();
     365            if (Gatherer.GS3){
     366            path = file.getName();
     367            }
    364368            if(event.getSource() == browse_about_icon_button) {
    365369            icon_textfield.setText(path);
Note: See TracChangeset for help on using the changeset viewer.