diff --git a/FormAbout.Designer.cs b/FormAbout.Designer.cs index 751ec11..112f656 100644 --- a/FormAbout.Designer.cs +++ b/FormAbout.Designer.cs @@ -36,12 +36,12 @@ private void InitializeComponent() this.linkGPL = new System.Windows.Forms.LinkLabel(); this.labelBuild = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.linkBaltazarStudios = new System.Windows.Forms.LinkLabel(); this.label5 = new System.Windows.Forms.Label(); this.btCopyEmail = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.labelNewVersionAvailable = new System.Windows.Forms.Label(); this.btDownload = new System.Windows.Forms.Button(); - this.linkBaltazarStudios = new System.Windows.Forms.LinkLabel(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -135,15 +135,27 @@ private void InitializeComponent() this.groupBox1.TabStop = false; this.groupBox1.Text = "Contact information"; // + // linkBaltazarStudios + // + this.linkBaltazarStudios.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.linkBaltazarStudios.AutoSize = true; + this.linkBaltazarStudios.Location = new System.Drawing.Point(289, 20); + this.linkBaltazarStudios.Name = "linkBaltazarStudios"; + this.linkBaltazarStudios.Size = new System.Drawing.Size(127, 13); + this.linkBaltazarStudios.TabIndex = 13; + this.linkBaltazarStudios.TabStop = true; + this.linkBaltazarStudios.Text = "www.baltazarstudios.com"; + this.linkBaltazarStudios.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkBaltazarStudiosLinkClicked); + // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Bitstream Vera Sans Mono", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(6, 72); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(189, 13); + this.label5.Size = new System.Drawing.Size(182, 13); this.label5.TabIndex = 12; - this.label5.Text = "GitForce.Project@gmail.com"; + this.label5.Text = "BaltazarStudios@gmail.com"; // // btCopyEmail // @@ -188,18 +200,6 @@ private void InitializeComponent() this.btDownload.UseVisualStyleBackColor = true; this.btDownload.Click += new System.EventHandler(this.DownloadClick); // - // linkBaltazarStudios - // - this.linkBaltazarStudios.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.linkBaltazarStudios.AutoSize = true; - this.linkBaltazarStudios.Location = new System.Drawing.Point(289, 20); - this.linkBaltazarStudios.Name = "linkBaltazarStudios"; - this.linkBaltazarStudios.Size = new System.Drawing.Size(127, 13); - this.linkBaltazarStudios.TabIndex = 13; - this.linkBaltazarStudios.TabStop = true; - this.linkBaltazarStudios.Text = "www.baltazarstudios.com"; - this.linkBaltazarStudios.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkBaltazarStudiosLinkClicked); - // // FormAbout // this.AcceptButton = this.btOK; diff --git a/FormAbout.cs b/FormAbout.cs index 093a21e..f8cb446 100644 --- a/FormAbout.cs +++ b/FormAbout.cs @@ -54,7 +54,7 @@ private void LinkBaltazarStudiosLinkClicked(object sender, LinkLabelLinkClickedE /// private void BtCopyEmailClick(object sender, EventArgs e) { - Clipboard.SetText("GitForce.Project@gmail.com"); + Clipboard.SetText("BaltazarStudios@gmail.com"); } /// diff --git a/FormAbout.resx b/FormAbout.resx index 7080a7d..1af7de1 100644 --- a/FormAbout.resx +++ b/FormAbout.resx @@ -112,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file