Changeset 13025


Ignore:
Timestamp:
2006-10-05T18:15:36+13:00 (18 years ago)
Author:
shaoqun
Message:

fixed the bug that didn't add the second file path to the textfield

File:
1 edited

Legend:

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

    r12730 r13025  
    865865            convert_xml_field1.setText(xsl_file1.getPath());
    866866        }
    867                 else if (event.getSource() == convert_xml_button1){
     867                else if (event.getSource() == convert_xml_button2){
    868868                     xsl_file2 = chooser.getSelectedFile();
    869869            convert_xml_field2.setText(xsl_file2.getPath());
Note: See TracChangeset for help on using the changeset viewer.