Revision 43920 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.exportto.app/org.gvsig.exportto.app.mainplugin/src/main/java/org/gvsig/exportto/app/extension/ExporttoTableExtension.java

View differences:

ExporttoTableExtension.java
76 76
    private void showExportto(FeatureStore featureStore) {
77 77
        I18nManager i18nManager = ToolsLocator.getI18nManager();
78 78
        
79
        JExporttoServicePanel panel =
80
            swingManager
81
                .createExportto(
82
                    featureStore,
83
                    null,
84
                    new LoadTableAction(),
85
                    new int[] { ExporttoSwingManager.VECTORIAL_TABLE_WITHOUT_GEOMETRY });
79
        JExporttoServicePanel panel = swingManager.createExportto(
80
            featureStore,
81
            null,
82
            new LoadTableAction(),
83
            null //new int[] { ExporttoSwingManager.VECTORIAL_TABLE_WITHOUT_GEOMETRY, ExporttoSwingManager.VECTORIAL_TABLE_WITH_GEOMETRY }
84
        );
86 85

  
87 86
        swingManager.getWindowManager().showWindow(panel, i18nManager.getTranslation("_Export_to"),
88 87
            ExporttoWindowManager.MODE_WINDOW);

Also available in: Unified diff