Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 committed Oct 10, 2024
1 parent 75cd943 commit e02ad58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/dxf/dxftoelmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ QByteArray dxfToElmt(const QString &file_path)
if (error_output.length() > 0) {
// inform the user about log-output via QMessageBox
QMessageBox msgBox;
msgBox.setIcon(QMessageBox::Critical);
msgBox.setText(QObject::tr ("Dxf2elmt: \nError: Make sure the file is a valid .dxf file"));
msgBox.setInformativeText (QObject::tr("See details here:"));
msgBox.setDetailedText(error_output);
Expand Down

0 comments on commit e02ad58

Please sign in to comment.