Revision 3229 trunk/extensions/extCatalogYNomenclator/src/es/gva/cit/gvsig/gazetteer/gui/SearchDialog.java

View differences:

SearchDialog.java
54 54
import es.gva.cit.gazetteer.GazetteerClient;
55 55
import es.gva.cit.gazetteer.querys.Feature;
56 56
import es.gva.cit.gazetteer.ui.search.SearchDialogPanel;
57
import es.gva.cit.gvsig.catalogClient.translation.AndamiTranslation;
57 58

  
58 59

  
59 60
/**
......
64 65
    private JDialog frame = null;
65 66
    
66 67
    public SearchDialog(GazetteerClient client,JDialog frame){
67
        super(client);
68
        super(client,new AndamiTranslation());
68 69
        this.frame = frame;  
69 70
    	setMouseListener();	
70 71
    }

Also available in: Unified diff