Revision 2572

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/ProjectTable.java
144 144
        ProjectTable t = new ProjectTable();
145 145
        t.modelo = sds;
146 146

  
147
        t.createAlias();
148
        
147 149
        t.setName(name);
148 150
        t.setCreationDate(DateFormat.getInstance().format(new Date()));
149 151
        numTables++;
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/TableOperations.java
310 310
            // TODO: Esto hace posible la edici?n alfanum?rica que ha preparado
311 311
            // Fernando. Por ahora, comentado, pero si se considera estable, 
312 312
            // lo podemos incluir en la 0.4
313
		} /* else if ("EDIT".equals(actionCommand)){
313
		} else if ("EDIT".equals(actionCommand)){
314 314
			View v = PluginServices.getMDIManager().getActiveView();
315 315
			try {
316 316
                ((Table) v).startEditing();
317 317
            } catch (DriverException e) {
318 318
				NotificationManager.addError("No se pudo poner la capa en edici?n", e);
319 319
            }
320
		} */
320
		} 
321 321
	}
322 322

  
323 323
	/**

Also available in: Unified diff