EgtCAM5 :

- Modifiche varie attrezzaggio.
This commit is contained in:
Emmanuele Sassi
2017-01-18 12:27:05 +00:00
parent 24cea11c40
commit c4c3f01bf0
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -433,7 +433,7 @@ Namespace EgtCAM5
Dim sPath As String = String.Empty
' Apertura dialogo di salvataggio
Dim SaveFileDialogView As New EgtWPFLib5.EgtSaveFileDialog
SaveFileDialogView.Title = EgtMsg(MSG_SETUP + 5)
SaveFileDialogView.Title = EgtMsg(MSG_SETUP + 3) & " " & EgtMsg(MSG_SETUP + 1)
SaveFileDialogView.Extension = ".stu"
SaveFileDialogView.Directory = sDir
SaveFileDialogView.FileName = String.Empty
@@ -494,7 +494,7 @@ Namespace EgtCAM5
Dim sPath As String = String.Empty
' Apertura dialogo di salvataggio
Dim OpenFileDialogView As New EgtWPFLib5.EgtOpenFileDialog
OpenFileDialogView.Title = EgtMsg(MSG_SETUP + 5)
OpenFileDialogView.Title = EgtMsg(MSG_SETUP + 4) & " " & EgtMsg(MSG_SETUP + 1)
OpenFileDialogView.Filter = "*.stu"
OpenFileDialogView.Directory = sDir
OpenFileDialogView.FileName = String.Empty