Revision 5258 trunk/extensions/extWMS/src/com/iver/cit/gvsig/gui/panels/WMSParamsPanel.java

View differences:

WMSParamsPanel.java
581 581
    	
582 582
        int size = getLstSelectedLayers().getModel().getSize();
583 583
        WMSLayerNode styleRoot = new WMSLayerNode();
584
        styleRoot.setTitle(PluginServices.getText(this, "selected_themes"));
584
        styleRoot.setTitle(PluginServices.getText(this, "selected_layers"));
585 585
        
586 586
        StyleTreeModel model = new StyleTreeModel(styleRoot);
587 587
        jTabbedPane.setEnabledAt(stylesTabIndex, false);

Also available in: Unified diff