Skip to content

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
acnicholls committed Jul 2, 2021
1 parent 6f16ff3 commit 65c21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/cypher_Interface/cypherInterface/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void btnDecrypt_Click(object sender, EventArgs e)
string inputDecrypt = this.txtInputCode.Text.Trim();
cypher.data.classes.EncryptedMessage mess = new data.classes.EncryptedMessage(inputDecrypt);
mess.Save();

LoadPreviousMessageMenuItems(true);
frmDecrypted dec = new frmDecrypted(mess);
dec.ShowDialog(this);
}
Expand Down

0 comments on commit 65c21d5

Please sign in to comment.