From 0778d5f67f414567bc30beee26dd52fe4ade265c Mon Sep 17 00:00:00 2001 From: 123DMWM Date: Tue, 21 Apr 2015 05:55:42 -0400 Subject: [PATCH] Made passwords hidden --- Launcher/MainForm.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Launcher/MainForm.Designer.cs b/Launcher/MainForm.Designer.cs index e07d22248..a1d330103 100644 --- a/Launcher/MainForm.Designer.cs +++ b/Launcher/MainForm.Designer.cs @@ -137,6 +137,7 @@ namespace Launcher this.lblMCPassword.Size = new System.Drawing.Size(77, 20); this.lblMCPassword.TabIndex = 2; this.lblMCPassword.Text = "Password"; + this.txtMCPassword.PasswordChar = '*'; // // txtMCUser // @@ -601,6 +602,7 @@ namespace Launcher this.lblCCPassword.Size = new System.Drawing.Size(77, 20); this.lblCCPassword.TabIndex = 2; this.lblCCPassword.Text = "Password"; + this.txtCCPassword.PasswordChar = '*'; // // tabCCServers //