- in Excellon Editor, finished th upgrade work on the Slot Array Plugin

This commit is contained in:
Marius Stanciu
2022-04-30 16:34:22 +03:00
committed by Marius
parent 092451038e
commit 753b6c6d5d
9 changed files with 464 additions and 595 deletions

View File

@@ -214,8 +214,7 @@ def restart_program(app, ask=None):
if app.should_we_save and app.collection.get_list() or ask is True:
msgbox = FCMessageBox(parent=app.ui)
title = _("Save changes")
txt = _("There are files/objects modified in FlatCAM. "
"\n"
txt = _("There are files/objects modified.\n"
"Do you want to Save the project?")
msgbox.setWindowTitle(title) # taskbar still shows it
msgbox.setWindowIcon(QtGui.QIcon(resource_loc + '/app128.png'))