diff --git a/Crypto Notepad/SettingsForm.Designer.cs b/Crypto Notepad/SettingsForm.Designer.cs index 13e778d..58e02de 100644 --- a/Crypto Notepad/SettingsForm.Designer.cs +++ b/Crypto Notepad/SettingsForm.Designer.cs @@ -253,8 +253,11 @@ private void InitializeComponent() this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { + "MD5", "SHA1", - "MD5"}); + "SHA256", + "SHA384", + "SHA512"}); this.comboBox4.Location = new System.Drawing.Point(136, 15); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(100, 21);