Revision 9532 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/contextMenu/actions/PasteDocumentContextMenuAction.java

View differences:

PasteDocumentContextMenuAction.java
49 49
					"<html>"+PluginServices.getText(this,"No_ha_sido_posible_realizar_la_operacion")+"</html>",//Mensaje
50 50
					PluginServices.getText(this,"pegar"),//titulo
51 51
					JOptionPane.ERROR_MESSAGE
52
					);			
52
					);
53 53
		}
54
		project.setModified(true);
54 55
	}
55 56

  
56 57
	public String getText() {

Also available in: Unified diff