dxf2shp.diff

patch for dxf2shp exception if no output layer is given - Anne Ghisla, 2011-03-07 08:24 AM

Download (536 Bytes)

View differences:

src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp (working copy)
42 42
{
43 43
  QString inf = name->text();
44 44
  QString outd = dirout->text();
45
  
46
  if ( outd.size() < 1 )
47
  {
48
    QMessageBox::information( this, "Warning", "Please select destination file" );
49
    return;   
50
  }
45 51

  
46 52
  if ( inf.size() > 1 )
47 53
  {