EgtDOORCreator 1.8e5 :

- correzione di alcuni messaggi (salvataggio, creazione template, inserimento bevel, inserimento weight).
This commit is contained in:
Nicola Pievani
2017-05-12 10:26:09 +00:00
parent d0730a0cd3
commit 682193b979
7 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ Public Class ProjectManagerViewModel
End If
DdfFile.WriteDDF(rfCurrDoor, SaveFileDialog.FileName, False)
Else
MessageBox.Show("Impossible to create a template if there is not a door!", "Error", MessageBoxButton.OK, MessageBoxImage.Exclamation)
MessageBox.Show(EgtMsg(50155), EgtMsg(50101), MessageBoxButton.OK, MessageBoxImage.Exclamation)
End If
End Sub