Revision 24962 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/LayoutGraphicControls.java

View differences:

LayoutGraphicControls.java
73 73
		logger.debug("Comand : " + s);
74 74

  
75 75
		if (s.compareTo("AGRUPAR") == 0) {
76
			layout.getLayoutContext().getFrameCommandsRecord().startComplex();
76
			layout.getLayoutContext().getFrameCommandsRecord().startComplex(PluginServices.getText(this,"group"));
77 77
			lg.grouping();
78
			layout.getLayoutContext().getFrameCommandsRecord().endComplex(PluginServices.getText(this,"group"));
78
			layout.getLayoutContext().getFrameCommandsRecord().endComplex();
79 79
			layout.getModel().setModified(true);
80 80
		} else if (s.compareTo("DESAGRUPAR") == 0) {
81 81
			lg.ungrouping();

Also available in: Unified diff