Revision 8158 trunk/libraries/libJCRS/src/org/gvsig/crs/gui/CRSSelectionTrDialog.java

View differences:

CRSSelectionTrDialog.java
29 29
    }
30 30

  
31 31
	public JPanel getContentPanel() {
32
	    if (contentPane == null) {
32
	    if (contentPane == null) {	    	
33 33
	    	IWindow activeWindow = PluginServices.getMDIManager().getActiveWindow();
34 34
	    	View activeView = (com.iver.cit.gvsig.gui.View) activeWindow;
35 35
	    	int target = ((ICrs) activeView.getMapControl().getProjection()).getCode();
......
40 40
        	contentPane = new CRSMainTrPanel(target, datum, curProj);        	
41 41
	    	      	
42 42
       }
43
      return contentPane;
43
	   return contentPane;
44 44
    }
45 45
	
46 46
}

Also available in: Unified diff