개정판 642bde31
issue #000: fix msg box
Change-Id: Iceb98ee9ba2c7f19e31dd6caf2ab5c037c21bc09
DTI_PID/DTI_PID/ImportTextFromCADDialog.py | ||
---|---|---|
892 | 892 |
id2_xml.write(id2_xml_path, encoding="utf-8", xml_declaration=True) |
893 | 893 |
"""up to here""" |
894 | 894 |
|
895 |
QMessageBox.information(self, self.tr('Information'), self.tr('Importing Success!'),
|
|
896 |
QMessageBox.Close)
|
|
895 |
QMessageBox.information(self, self.tr('Information'), self.tr('Importing finished!'),
|
|
896 |
QMessageBox.Close) |
|
897 | 897 |
except Exception as ex: |
898 | 898 |
from App import App |
899 | 899 |
from AppDocData import MessageType |
내보내기 Unified diff