# HG changeset patch # User IBBoard # Date 1270065825 0 # Node ID acb4456598cea552939eddfaae4239474d210af9 # Parent e00332dc1618fbacf270c2ca7f194e30c76f123f * Update to v0.1b7 * Update version number * Update text in about box Now we just need the build! no-open-ticket diff -r e00332dc1618 -r acb4456598ce FrmAbout.Designer.cs --- a/FrmAbout.Designer.cs Mon Mar 22 20:57:51 2010 +0000 +++ b/FrmAbout.Designer.cs Wed Mar 31 20:03:45 2010 +0000 @@ -28,6 +28,7 @@ /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAbout)); this.lblWarFoundry = new System.Windows.Forms.Label(); this.lblVersion = new System.Windows.Forms.Label(); this.lblDevelopers = new IBBoard.Windows.Forms.IBBLabel(); @@ -66,23 +67,27 @@ // // textBox1 // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(80, 80); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; - this.textBox1.Size = new System.Drawing.Size(200, 89); + this.textBox1.Size = new System.Drawing.Size(297, 89); this.textBox1.TabIndex = 3; - this.textBox1.Text = "IBBoard (http://ibboard.co.uk/devlog/)"; + this.textBox1.Text = "IBBoard (http://ibboard.co.uk/)"; // // textBox2 // + this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles) (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.textBox2.Location = new System.Drawing.Point(80, 175); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; - this.textBox2.Size = new System.Drawing.Size(200, 89); + this.textBox2.Size = new System.Drawing.Size(297, 89); this.textBox2.TabIndex = 5; - this.textBox2.Text = "Snowblizz\r\nFrostlee"; + this.textBox2.Text = resources.GetString("textBox2.Text"); // // lblThanks // @@ -97,7 +102,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(292, 270); + this.ClientSize = new System.Drawing.Size(389, 276); this.Controls.Add(this.textBox2); this.Controls.Add(this.lblThanks); this.Controls.Add(this.textBox1); diff -r e00332dc1618 -r acb4456598ce FrmAbout.resx --- a/FrmAbout.resx Mon Mar 22 20:57:51 2010 +0000 +++ b/FrmAbout.resx Wed Mar 31 20:03:45 2010 +0000 @@ -117,4 +117,11 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Snowblizz (Swedish translation and tester) +Frostlee (Italian translation and tester) +Lord_Archaon (Russian translation and tester) +Furrie (Dutch translation and tester) +clutch110 (Tester and patch submitter) + \ No newline at end of file diff -r e00332dc1618 -r acb4456598ce FrmMain.cs --- a/FrmMain.cs Mon Mar 22 20:57:51 2010 +0000 +++ b/FrmMain.cs Wed Mar 31 20:03:45 2010 +0000 @@ -36,7 +36,7 @@ public class FrmMain : System.Windows.Forms.Form { private static readonly string AppTitle = "WarFoundry"; - internal static readonly string VERSION = "0.1b7pre"; + internal static readonly string VERSION = "0.1b7"; const string DefaultDataDir = "data"; private Preferences preferences;