Skip to content

Commit

Permalink
v8.7.1 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Apr 22, 2024
1 parent f80a7d8 commit 577ed1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DWSIM/Forms/MainWindow/FormMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -4933,7 +4933,7 @@ Label_00CC:
Dim userService As UserService = UserService.GetInstance()
Dim isLoggedIn As Boolean = userService._IsLoggedIn()
If isLoggedIn Then
Functions.DisplayTransitionForm(Nothing, "Access DWSIM Pro now", True)
ProFeatures.Functions.DisplayTransitionForm(Me.AnalyticsProvider, Nothing, "Access DWSIM Pro Now")
Else
Dim loginForm = New LoginForm()
loginForm.ShowDialog()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@
"ReviewedBy_Contact": "[email protected]",
"ReviewedBy_Date": "2024-01-19T16:37:01.4191533-03:00",
"Language": "pt"
},
{
"OriginalText": "Load File",
"Translated": "Carregar Arquivo",
"Reviewed": true,
"ReviewedBy_Name": "Daniel Wagner",
"ReviewedBy_Contact": "[email protected]",
"ReviewedBy_Date": "2024-01-19T16:37:01.4191533-03:00",
"Language": "pt"
}
]

0 comments on commit 577ed1d

Please sign in to comment.