Changeset 12102


Ignore:
Timestamp:
2006-07-07T14:03:59+12:00 (18 years ago)
Author:
kjdon
Message:

changed the button name

File:
1 edited

Legend:

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

    r12076 r12102  
    169169        Dictionary.setText(this, "CDM.BuildTypeManager.Title");
    170170   
    171         mg_button = new JRadioButton(Dictionary.get("CDM.BuildTypeManager."+BUILD_TYPE_MG_STR));
     171        mg_button = new JRadioButton(BUILD_TYPE_MG_STR);
    172172        mg_button.setActionCommand(BUILD_TYPE_MG);
    173         mgpp_button = new JRadioButton(Dictionary.get("CDM.BuildTypeManager."+BUILD_TYPE_MGPP_STR));
     173        mgpp_button = new JRadioButton(BUILD_TYPE_MGPP_STR);
    174174        mgpp_button.setActionCommand(BUILD_TYPE_MGPP);
    175         lucene_button = new JRadioButton(Dictionary.get("CDM.BuildTypeManager."+BUILD_TYPE_LUCENE_STR));
     175        lucene_button = new JRadioButton(BUILD_TYPE_LUCENE_STR);
    176176        lucene_button.setActionCommand(BUILD_TYPE_LUCENE);
    177177       
Note: See TracChangeset for help on using the changeset viewer.