Changeset 7675


Ignore:
Timestamp:
2004-06-30T15:45:19+12:00 (20 years ago)
Author:
kjdon
Message:

added functions to set the WGet path and version

File:
1 edited

Legend:

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

    r7656 r7675  
    935935    }
    936936
     937    public void setWGetPath(String path) {
     938    wget_path  = path;
     939    }
     940
     941    public void setWGetVersion(String version) {
     942    wget_version_str = version;
     943    }
     944
    937945    private void updateUI() {
    938946    // Buttons
Note: See TracChangeset for help on using the changeset viewer.