From bf4a61b967daeee7041b496973caeff30381730f Mon Sep 17 00:00:00 2001 From: Sigmanor Date: Mon, 25 Jan 2016 20:27:32 +0200 Subject: [PATCH] key var renamed to encryptionKey --- Crypto Notepad/Form2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto Notepad/Form2.cs b/Crypto Notepad/Form2.cs index 2985c51..05ee5e8 100644 --- a/Crypto Notepad/Form2.cs +++ b/Crypto Notepad/Form2.cs @@ -13,7 +13,7 @@ public Form2() private void button1_Click(object sender, EventArgs e) { - MainWindow.key = textBox1.Text; + MainWindow.encryptionKey = textBox1.Text; textBox1.Focus(); textBox1.Text = ""; OkPressed = true;