Ignore:
Timestamp:
2003-08-29T12:14:22+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed dictionary get()s to have the whole key.

File:
1 edited

Legend:

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

    r5255 r5357  
    7070    // Creation
    7171    JPanel tree_pane = new JPanel();
    72     JLabel title = new JLabel(get("Design_Topics"));
     72    JLabel title = new JLabel(get("CDM.GUI.Design_Topics"));
    7373    tree = new DesignTree();
    7474    view = controls;
     
    361361    public DesignTree() {
    362362        super();
    363         root = new DesignNode("Root");
     363        root = new DesignNode("CDM.GUI.Root");
    364364        this.setModel(new DefaultTreeModel(root));
    365365        // Now add the design categories.
Note: See TracChangeset for help on using the changeset viewer.