- 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

@@ -4025,8 +4025,7 @@ class App(QtCore.QObject):
if self.should_we_save and self.collection.get_list():
msgbox = FCMessageBox(parent=self.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(self.resource_location + '/app128.png'))
@@ -10234,7 +10233,7 @@ class MenuFileHandlers(QtCore.QObject):
if self.app.collection.get_list() and self.app.should_we_save:
msgbox = FCMessageBox(parent=self.app.ui)
title = _("Save changes")
txt = _("There are files/objects opened in FlatCAM.\n"
txt = _("There are files/objects opened.\n"
"Creating a New project will delete them.\n"
"Do you want to Save the project?")
msgbox.setWindowTitle(title) # taskbar still shows it