Skip to content

Commit 08e154e

Browse files
jawad111meee1
authored andcommitted
Show me Again Firmware Checkbox now working
1 parent fda1623 commit 08e154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public static DialogResult MessageShowAgain(string title, string promptText)
206206
form.Text = title;
207207
label.Text = promptText;
208208

209-
chk.Tag = ($"SHOWAGAIN_{title.Replace(" ", "_").Replace('+', '_')}");
209+
chk.Tag = ($"SHOWAGAIN_{title.Replace(" ", "_").Replace('+', '_').Replace('-', '_').Replace('.', '_')}");
210210
chk.AutoSize = true;
211211
chk.Text = Strings.ShowMeAgain;
212212
chk.Checked = true;

0 commit comments

Comments
 (0)