Changeset 5351


Ignore:
Timestamp:
2003-08-29T11:40:35+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed dictionary get() to have the whole key.

File:
1 edited

Legend:

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

    r5350 r5351  
    256256    workspace_pane.setSize(TREE_SIZE);
    257257
    258     workspace_label = new JLabel(get("Workspace"));
     258    workspace_label = new JLabel(get("Collection.Workspace"));
    259259    workspace_label.setOpaque(true);
    260260    workspace_label.setBackground(Gatherer.config.getColor("coloring.workspace_heading_background", false));
Note: See TracChangeset for help on using the changeset viewer.