Changeset 10976 for trunk/gli


Ignore:
Timestamp:
2005-12-02T16:55:47+13:00 (18 years ago)
Author:
kjdon
Message:

now change the instructions for mg/mgpp mode

File:
1 edited

Legend:

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

    r10975 r10976  
    794794            tabbed_pane.insertTab(Dictionary.get("CDM.IndexManager.MGPP.Levels"), null, mgpplevels_pane, null, 1);
    795795            }
     796            if (instruction_textarea != null) {
     797            Dictionary.registerText(instruction_textarea, "CDM.IndexManager.MGPP.Instructions");
     798            instruction_textarea.setCaretPosition(0);
     799            }
     800            index_list.setSelectedIndex(0);
    796801           
    797802        }
     
    807812            source_list.setEnabled(true); // in case it had been disabled
    808813            allfields_box.setSelected(false);
     814            if (instruction_textarea != null) {
     815            Dictionary.registerText(instruction_textarea, "CDM.IndexManager.Instructions");
     816            instruction_textarea.setCaretPosition(0);
     817            }
     818            index_list.setSelectedIndex(0);
     819           
    809820        }
    810821        }
Note: See TracChangeset for help on using the changeset viewer.