EgtDOORCreator :
- aggiunta visualizzazione errore del motore di calcolo della porta - aggiunta possibilità di configurare da interfaccia direttorio di salvataggio - le variabili H, L e T vengono aggiornate al cambio dimensioni porta - sistemata gestione lingue.
This commit is contained in:
@@ -68,7 +68,7 @@ Public Class ProjectManagerViewModel
|
||||
End Property
|
||||
Public ReadOnly Property SendFeedbackToolTip As String
|
||||
Get
|
||||
Return "Send Feedback"
|
||||
Return EgtMsg(50046)
|
||||
End Get
|
||||
End Property
|
||||
Public ReadOnly Property OptionsToolTip As String
|
||||
@@ -285,11 +285,11 @@ Public Class ProjectManagerViewModel
|
||||
DirectCast(m_rfMainWindowViewModel.DoorParameters.DataContext, DoorParametersViewModel).bSetChange = False
|
||||
m_rfMainWindowViewModel.ProjectNameMsg = SetTitle
|
||||
Else
|
||||
MessageBox.Show(EgtMsg(50128), "Error", MessageBoxButton.OK, MessageBoxImage.Exclamation)
|
||||
MessageBox.Show(EgtMsg(50128), EgtMsg(50101), MessageBoxButton.OK, MessageBoxImage.Exclamation)
|
||||
End If
|
||||
|
||||
Else
|
||||
MessageBox.Show(EgtMsg(50128), "Error", MessageBoxButton.OK, MessageBoxImage.Exclamation)
|
||||
MessageBox.Show(EgtMsg(50128), EgtMsg(50101), MessageBoxButton.OK, MessageBoxImage.Exclamation)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user