Ignore:
Timestamp:
2006-07-10T14:57:04+12:00 (18 years ago)
Author:
kjdon
Message:

Changed text handling to use Dictionary.get rather than Dictionary.setText or Dictionary.registerBoth etc. also removed mnemonics cos they suck for other languages

File:
1 edited

Legend:

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

    r11060 r12119  
    265265        log_list.addListSelectionListener(new LogListListener());
    266266
    267         JLabel log_history_label = new JLabel();
    268         Dictionary.registerText(log_history_label, "OptionsPane.LogHistory");
     267        JLabel log_history_label = new JLabel(Dictionary.get("OptionsPane.LogHistory"));
    269268        JPanel log_history_pane = new JPanel();
    270269        log_history_pane.setPreferredSize(new Dimension(600, 100));
Note: See TracChangeset for help on using the changeset viewer.