Revision 38441

View differences:

branches/v2_0_0_prep/applications/appgvSIG/config/text_en.properties
996 996
Pixel_point=Pixel-adjusted
997 997
Quadrant_point=Quadrant-adjusted
998 998
Tangent_point=Tangent point
999
All_supported=All supported
branches/v2_0_0_prep/applications/appgvSIG/config/text.properties
1074 1074
Perpendicular_point=Punto perpendicular
1075 1075
Pixel_point=Ajustado a p?xel
1076 1076
Quadrant_point=Ajustado a cuadrante
1077
Tangent_point=Punto tangente
1077
Tangent_point=Punto tangente
1078
All_supported=Todos los soportados
branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/fmap/dal/serverexplorer/filesystem/swing/FilesystemExplorerWizardPanel.java
52 52
import org.slf4j.LoggerFactory;
53 53

  
54 54
import org.gvsig.andami.PluginServices;
55
import org.gvsig.andami.messages.Messages;
55 56
import org.gvsig.andami.messages.NotificationManager;
56 57
import org.gvsig.app.ApplicationLocator;
57 58
import org.gvsig.app.ApplicationManager;
......
99 100

  
100 101
    private static String lastPath = null;
101 102
    private static MyFileFilter lastFilter = null;
102
    private static final String DEFAULT_FILTER = "All supporteds";
103
    private static final String DEFAULT_FILTER = "All_supported";
103 104

  
104 105
    private JList fileList;
105 106
    private JScrollPane fileListScroll;
......
170 171
            this.filters.add(new MyFileFilter(iter.next()));
171 172
        }
172 173
        this.filters.add(new MyFileFilter(explorer.getFilter(mode,
173
            DEFAULT_FILTER)));
174
            Messages.get(DEFAULT_FILTER))));
174 175
        initUI();
175 176
    }
176 177

  

Also available in: Unified diff