Changeset 14587
- Timestamp:
- 2007-09-27T10:54:53+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/src/org/greenstone/gatherer/cdm/GeneralManager.java
r13591 r14587 45 45 import org.greenstone.gatherer.remote.RemoteGreenstoneServer; 46 46 import org.greenstone.gatherer.util.StaticStrings; 47 import org.greenstone.gatherer.Gatherer; 47 48 48 49 /** This class provides a graphical interface for editing general metadata for the collection, such as name, description, icons etc. … … 362 363 // Create the path starting _httpcollection_/images/<filename> 363 364 String path = prefix + file.getName(); 365 if (Gatherer.GS3){ 366 path = file.getName(); 367 } 364 368 if(event.getSource() == browse_about_icon_button) { 365 369 icon_textfield.setText(path);
Note:
See TracChangeset
for help on using the changeset viewer.