Revision 13522 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/legend/gui/DotDensity.java

View differences:

DotDensity.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.9  2007-05-21 10:38:27  jaume
46
* Revision 1.10  2007-09-04 14:13:01  jaume
47 47
* *** empty log message ***
48 48
*
49
* Revision 1.9  2007/05/21 10:38:27  jaume
50
* *** empty log message ***
51
*
49 52
* Revision 1.8  2007/05/17 09:32:37  jaume
50 53
* *** empty log message ***
51 54
*
......
438 441
    private JPanel getNorthPanel() {
439 442
        if (northPanel == null) {
440 443
            lblLabellingField = new JLabel();
441
            lblLabellingField.setText(PluginServices.getText(this, "labelling_field")+".");
444
            lblLabellingField.setText(PluginServices.getText(this, "labeling_field")+".");
442 445
            northPanel = new JPanel(new FlowLayout(FlowLayout.LEADING,15,0));
443 446
            northPanel.add(lblLabellingField, null);
444 447
            northPanel.add(getCmbLegendField(), null);

Also available in: Unified diff