diff options
Diffstat (limited to 'Histacom2/SaveDialogs/SaveFileTroubleShooter.cs')
| -rw-r--r-- | Histacom2/SaveDialogs/SaveFileTroubleShooter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs index eceff04..3283ca1 100644 --- a/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs +++ b/Histacom2/SaveDialogs/SaveFileTroubleShooter.cs @@ -193,7 +193,7 @@ namespace Histacom2.SaveDialogs { pnlResolved.Visible = true; label1.Hide(); - if (successful == true) + if (successful) { label2.Text = "The issue has been resolved."; |
