Changeset 36272
- Timestamp:
- 2022-06-21T17:11:13+12:00 (16 months ago)
- Location:
- main/trunk/gli/src/org/greenstone/gatherer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/src/org/greenstone/gatherer/cdm/Format4gs3Manager.java
r32628 r36272 134 134 "<div id=\"gs-document-text\">" + 135 135 "<xsl:call-template name=\"documentNodeText\"/>" + 136 "</div>" + 136 137 "</div>" + 137 138 "</gsf:template>" + -
main/trunk/gli/src/org/greenstone/gatherer/gui/FormatConversionDialog.java
r31582 r36272 254 254 // If we get here, it means there were no CDataSections in the first (any) <gsf:gs2-format/> 255 255 // This means it's the first time the GS2 collection is being opened in GLI 256 // Open the FormatC conversionDialog and convert the gs2 statements to gs3:256 // Open the FormatConversionDialog and convert the gs2 statements to gs3: 257 257 FormatConversionDialog formatconversionDlg = new FormatConversionDialog(collect_cfg_file, xml_file_doc, gsf_format_gs2_list); 258 258 formatconversionDlg.convertGS2FormatStatements(); … … 761 761 //******************INNER CLASSES including LISTENERS and STREAMGOBBLERS****************// 762 762 763 // windowClosing() is called when the user presses the top-right close button the dialog763 // windowClosing() is called when the user presses the top-right close button of the dialog 764 764 // this means the user wanted to cancel out of the entire Format Conversion Wizard. 765 765 private class WindowClosingListener extends WindowAdapter {
Note:
See TracChangeset
for help on using the changeset viewer.