(cherry picked from commit 62777d2782)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent da7ec372e6
commit 48c32050eb

@ -374,7 +374,7 @@ void CSVImportDlg::accept()
TQSqlQuery query;
if( !query.exec( line ) )
qDebug( "%s", i18n("Could not import the following line:") + line );
qDebug( "%s", (i18n("Could not import the following line:") + line).ascii() );
//KMessageBox::error( this, i18n("Could not import the following line:") + line );
}

Loading…
Cancel
Save