bug903fix.diff

cdavila -, 2008-01-14 09:00 AM

Download (818 Bytes)

View differences:

plugins/geoprocessing/qgspggeoprocessing.cpp (copia de trabajo)
349 349
    } else {
350 350
      QMessageBox::critical(0, tr("Not a PostgreSQL/PostGIS Layer"),
351 351
                   QString("%1").arg(lyr->name()) +
352
                   tr(" is not a PostgreSQL/PostGIS layer.\n") +
353
                   tr("Geoprocessing functions are only available for PostgreSQL/PostGIS Layers"));
352
                   tr(" is not a PostgreSQL/PostGIS layer. ") +
353
                   tr("Geoprocessing functions are only available for PostgreSQL/PostGIS Layers."));
354 354
    }
355 355
  } else {
356 356
    QMessageBox::warning(0, tr("No Active Layer"),