Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Jan 16, 2024
1 parent 0a671b2 commit d5be8c9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3885,4 +3885,7 @@ In certain complex graphs or host program scenarios, Automatic mode may cause in
<data name="SignOutConfirmationDialogTitle" xml:space="preserve">
<value>Sign out of Dynamo</value>
</data>
<data name="ResetChangesWarningPopupMessage" xml:space="preserve">
<value>Your changes will be lost if you proceed.</value>
</data>
</root>
3 changes: 3 additions & 0 deletions src/DynamoCoreWpf/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -3872,4 +3872,7 @@ In certain complex graphs or host program scenarios, Automatic mode may cause in
<data name="SignOutConfirmationDialogTitle" xml:space="preserve">
<value>Sign out of Dynamo</value>
</data>
<data name="ResetChangesWarningPopupMessage" xml:space="preserve">
<value>Your changes will be lost if you proceed.</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ private void CancelButton_Click(object sender, RoutedEventArgs e)
MessageBoxResult response = DynamoModel.IsTestMode ? MessageBoxResult.OK :
MessageBoxService.Show(
Owner,
Dynamo.Wpf.Properties.Resources.DiscardChangesWarningPopupMessage,
Dynamo.Wpf.Properties.Resources.DiscardChangesWarningPopupCaption,
Wpf.Properties.Resources.ResetChangesWarningPopupMessage,
Wpf.Properties.Resources.DiscardChangesWarningPopupCaption,
MessageBoxButton.OKCancel,
MessageBoxImage.Warning);

Expand Down

0 comments on commit d5be8c9

Please sign in to comment.