Forgot to bump the version in the actual UI.

This commit is contained in:
gibbed
2017-11-07 22:06:05 -06:00
parent 7f990c54c5
commit afcf867a5a
4 changed files with 30 additions and 30 deletions

View File

@@ -63,6 +63,11 @@
((System.ComponentModel.ISupportInitialize)(this._StatisticsDataGridView)).BeginInit();
this.SuspendLayout();
//
// _ToolStripSeparator1
//
_ToolStripSeparator1.Name = "_ToolStripSeparator1";
_ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// _MainToolStrip
//
this._MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -98,11 +103,6 @@
this._ReloadButton.ToolTipText = "Refresh achievements and statistics for active game.";
this._ReloadButton.Click += new System.EventHandler(this.OnRefresh);
//
// _ToolStripSeparator1
//
_ToolStripSeparator1.Name = "_ToolStripSeparator1";
_ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// _ResetButton
//
this._ResetButton.Image = global::SAM.Game.Properties.Resources.Reset;
@@ -312,7 +312,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(640, 50);
this.Name = "Manager";
this.Text = "Steam Achievement Manager 6.3";
this.Text = "Steam Achievement Manager 7.0";
this._MainToolStrip.ResumeLayout(false);
this._MainToolStrip.PerformLayout();
this._MainStatusStrip.ResumeLayout(false);