diff --git a/Machine/CurrentMachine.vb b/Machine/CurrentMachine.vb
index 054a65e..94d234d 100644
--- a/Machine/CurrentMachine.vb
+++ b/Machine/CurrentMachine.vb
@@ -766,6 +766,10 @@ Public Class CurrentMachine
Set(value As String)
If WritePrivateProfileString(S_MACH_MACH, K_CURRWATERJETTING, value, sMachIniFile) Then
m_sCurrWaterJetting = value
+ If m_MainWindow.m_CurrentMachine.bWaterJet And EgtGetHeadId("H1") = GDB_ID.NULL Then
+ m_MainWindow.m_CurrentProjectPageUC.MachiningTxBx.Text = value
+ End If
+
End If
End Set
End Property
diff --git a/OmagCUTDictionary.xaml b/OmagCUTDictionary.xaml
index c9170da..4649333 100644
--- a/OmagCUTDictionary.xaml
+++ b/OmagCUTDictionary.xaml
@@ -794,7 +794,13 @@
-
+
+
+
+
@@ -1191,7 +1197,7 @@
-
+
@@ -1202,7 +1208,7 @@
-
+
@@ -1266,7 +1272,7 @@