mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Minor
This commit is contained in:
@@ -55,7 +55,7 @@ QByteArray dxfToElmt(const QString &file_path)
|
||||
// inform the user about log-output via QMessageBox
|
||||
QMessageBox msgBox;
|
||||
msgBox.setIcon(QMessageBox::Critical);
|
||||
msgBox.setText(QObject::tr ("Dxf2elmt: \nError: Make sure the file %1 is a valid .dxf file").arg(file_path));
|
||||
msgBox.setText(QObject::tr("Dxf2elmt: \nError: Make sure the file %1 is a valid .dxf file").arg(file_path));
|
||||
msgBox.setInformativeText (QObject::tr("See details here:"));
|
||||
msgBox.setDetailedText(error_output);
|
||||
msgBox.exec();
|
||||
|
||||
Reference in New Issue
Block a user