mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
Changed the label of the store button in SAM.Game to make it more obvious to users.
This commit is contained in:
4
SAM.Game/Manager.Designer.cs
generated
4
SAM.Game/Manager.Designer.cs
generated
@@ -87,8 +87,8 @@
|
||||
this._StoreButton.Image = global::SAM.Game.Properties.Resources.Save;
|
||||
this._StoreButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this._StoreButton.Name = "_StoreButton";
|
||||
this._StoreButton.Size = new System.Drawing.Size(54, 22);
|
||||
this._StoreButton.Text = "Store";
|
||||
this._StoreButton.Size = new System.Drawing.Size(120, 22);
|
||||
this._StoreButton.Text = "Commit Changes";
|
||||
this._StoreButton.ToolTipText = "Store achievements and statistics for active game.";
|
||||
this._StoreButton.Click += new System.EventHandler(this.OnStore);
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user