pull/1/head
Timothy Pearson 12 years ago
parent 14ba7d8af6
commit 62777d2782

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

Loading…
Cancel
Save