diff --git a/Crypto Notepad/Forms/AboutFrom.Designer.cs b/Crypto Notepad/Forms/AboutFrom.Designer.cs index 331ea5c..2ad6530 100644 --- a/Crypto Notepad/Forms/AboutFrom.Designer.cs +++ b/Crypto Notepad/Forms/AboutFrom.Designer.cs @@ -47,7 +47,6 @@ private void InitializeComponent() this.appVersionLabel.Size = new System.Drawing.Size(210, 22); this.appVersionLabel.TabIndex = 1; this.appVersionLabel.Text = "Crypto Notepad 1.0.0"; - this.aboutToolTip.SetToolTip(this.appVersionLabel, "Left click to copy debug info to the clipboard"); this.appVersionLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.AppVersionLabel_MouseClick); this.appVersionLabel.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.AppVersionLabel_MouseDoubleClick); this.appVersionLabel.MouseEnter += new System.EventHandler(this.appVersionLabel_MouseEnter); diff --git a/Crypto Notepad/Forms/AboutFrom.cs b/Crypto Notepad/Forms/AboutFrom.cs index e68e169..fb4bd32 100644 --- a/Crypto Notepad/Forms/AboutFrom.cs +++ b/Crypto Notepad/Forms/AboutFrom.cs @@ -1,5 +1,4 @@ using JCS; -using Microsoft.Win32; using System; using System.Diagnostics; using System.Drawing; @@ -98,7 +97,7 @@ private void AboutToolTip_Draw(object sender, DrawToolTipEventArgs e) private void appVersionLabel_MouseEnter(object sender, EventArgs e) { aboutToolTip.AutoPopDelay = 5000; - aboutToolTip.SetToolTip(appVersionLabel, "Left click to copy debug info to the clipboard"); + aboutToolTip.SetToolTip(appVersionLabel, "Left click for copy debug info to the clipboard"); } #endregion diff --git a/Crypto Notepad/Forms/AboutFrom.resx b/Crypto Notepad/Forms/AboutFrom.resx index 8e807de..f937620 100644 --- a/Crypto Notepad/Forms/AboutFrom.resx +++ b/Crypto Notepad/Forms/AboutFrom.resx @@ -117,12 +117,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 176, 17 - 21, 17 + + 176, 17 + This is an open-source app created by Sigmanor and licensed under MIT. The source code, issues and documentation posted on GitHub. @@ -137,7 +137,7 @@ h5p9sl https://github.com/h5p9sl External libraries: -CustomSettingsProvider: http://www.codeproject.com/Articles/20917/1 +CustomSettingsProvider: https://www.codeproject.com/Articles/20917/1 TextBox Placeholder: https://www.codeproject.com/Articles/319910/0 PasswordGenerator: https://github.com/prjseal/PasswordGenerator/ OS Version Info: https://www.codeproject.com/Articles/73000/2 diff --git a/Crypto Notepad/Forms/SettingsForm.Designer.cs b/Crypto Notepad/Forms/SettingsForm.Designer.cs index e324573..e1f64c1 100644 --- a/Crypto Notepad/Forms/SettingsForm.Designer.cs +++ b/Crypto Notepad/Forms/SettingsForm.Designer.cs @@ -460,7 +460,7 @@ private void InitializeComponent() this.encryptionHintLabel.Size = new System.Drawing.Size(223, 96); this.encryptionHintLabel.TabIndex = 7; this.encryptionHintLabel.Text = resources.GetString("encryptionHintLabel.Text"); - this.settingsToolTip.SetToolTip(this.encryptionHintLabel, "Left click to permanently hide this hint"); + this.settingsToolTip.SetToolTip(this.encryptionHintLabel, "Left click for permanently hide this hint"); this.encryptionHintLabel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.EncryptionHintLabel_MouseClick); // // passwordIterationsTextBox