Correzione messaggio salvattaggio lavorazione

This commit is contained in:
Nicola Pievani
2025-08-28 19:22:41 +02:00
parent db623544e9
commit ad04e5d916
+1 -1
View File
@@ -2221,7 +2221,7 @@ Public Class MachiningDbPageUC
Friend Function SaveCurrMachining() As Boolean
SetMachiningParams()
If EgtMdbIsCurrMachiningModified() Then
Dim SaveCurrMachiningWnd As New EgtMsgBox(m_MainWindow, "", EgtMsg(91003), EgtMsgBox.Buttons.YES_NO_CANCEL, EgtMsgBox.Icons.NULL) ' Inclinazione
Dim SaveCurrMachiningWnd As New EgtMsgBox(m_MainWindow, "", EgtMsg(91103), EgtMsgBox.Buttons.YES_NO_CANCEL, EgtMsgBox.Icons.NULL) ' Inclinazione
Select Case SaveCurrMachiningWnd.m_nPressedBtn
Case 0 ' Annulla
Return False