Changeset 36164


Ignore:
Timestamp:
2022-05-09T14:44:42+12:00 (2 years ago)
Author:
kjdon
Message:

added default_indicator_key, changed the order of the buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/SearchIndexManager.java

    r36158 r36164  
    6565      this.edit_button_tooltip_key = "CDM.IndexManager.Edit_Button_Tooltip";
    6666      this.remove_button_tooltip_key = "CDM.IndexManager.Remove_Button_Tooltip";
     67      this.default_indicator_key = "CDM.IndexManager.Default_Index_Indicator";
    6768      this.nip_new_index_key = "CDM.IndexManager.New_Index";
    6869      this.nip_edit_index_key = "CDM.IndexManager.Edit_Index";
     
    369370              add_all_button.addActionListener(new AddAllIndexActionListener());
    370371              button_pane.add(add_all_button);
    371             }
     372            }
     373
     374            button_pane.add(add_or_replace_button);
     375            button_pane.add(cancel_button);
    372376            details_pane.add(text_checkbox, BorderLayout.NORTH);
    373377            // do type specific stuff
Note: See TracChangeset for help on using the changeset viewer.