Ignore:
Timestamp:
2022-09-06T15:44:04+12:00 (20 months ago)
Author:
davidb
Message:

Changed to using square brackets for displaying short collection name

File:
1 edited

Legend:

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

    r32510 r36580  
    558558   
    559559    // coll name
    560     args[0] = selected_collection.getName() + StaticStrings.SPACE_CHARACTER + StaticStrings.OPEN_PARENTHESIS_CHARACTER + selected_collection.getShortName() + StaticStrings.CLOSE_PARENTHESIS_CHARACTER;
     560    args[0] = selected_collection.getName() + StaticStrings.SPACE_CHARACTER + StaticStrings.LBRACKET_CHARACTER + selected_collection.getShortName() + StaticStrings.RBRACKET_CHARACTER;
    561561   
    562562    String export_type = (String) saveas_combobox.getSelectedItem();       
Note: See TracChangeset for help on using the changeset viewer.