Revision 38564 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/extension/ViewSelectionByTheme.java

View differences:

ViewSelectionByTheme.java
128 128
	}
129 129

  
130 130
	public void execute(String actionCommand) {
131
		logger.debug("Comand : " + actionCommand);
132
		if (actionCommand.equals("SELECTIONBYSHAPE")) {
131
		if (actionCommand.equalsIgnoreCase("selection-select-by-layer")) {
133 132
			SelectionByTheme dlg = new SelectionByTheme();
134 133
			dlg.setModel(new DefaultSelectionByThemeModel());
135 134
			dlg.addSelectionListener(new MySelectionByThemeListener());

Also available in: Unified diff