Revision 44198 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.exportto/org.gvsig.exportto.swing/org.gvsig.exportto.swing.prov/org.gvsig.exportto.swing.prov.jdbc/src/main/java/org/gvsig/export/jdbc/swing/panels/SelectTableNamePanel.java

View differences:

SelectTableNamePanel.java
238 238
            );
239 239
        }
240 240
        String schema = this.getSchema();
241
        if( sqlbuilder.supportSchemas() ) {
241
        if( sqlbuilder.support_schemas() ) {
242 242
            if (schema == null) {
243 243
                throw new ExportPanelValidationException(
244 244
                        i18nManager.getTranslation(
......
380 380

  
381 381
                    @Override
382 382
                    public void run() {
383
                        if( sqlbuilder.supportSchemas() ) {
383
                        if( sqlbuilder.support_schemas() ) {
384 384
                            txtSchema.setText(sqlbuilder.default_schema());
385 385
                        } else {
386 386
                            txtSchema.setText("");

Also available in: Unified diff