diff options
| author | lempamo <[email protected]> | 2017-07-05 17:15:09 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-05 17:15:09 -0400 |
| commit | d968d36f0d7715633185ae948368cc32e3c751ab (patch) | |
| tree | 3be7956d154688114b5afe662cc4485d53b6278d /TimeHACK.Main/SaveDialogs | |
| parent | 525f7fce5a4c96fafba64271b8163a934b208992 (diff) | |
| download | histacom2-d968d36f0d7715633185ae948368cc32e3c751ab.tar.gz histacom2-d968d36f0d7715633185ae948368cc32e3c751ab.tar.bz2 histacom2-d968d36f0d7715633185ae948368cc32e3c751ab.zip | |
Theme wallpapers work!
Diffstat (limited to 'TimeHACK.Main/SaveDialogs')
| -rw-r--r-- | TimeHACK.Main/SaveDialogs/LoadGameProfileItem.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.Designer.cs b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.Designer.cs index 61a0976..1df1330 100644 --- a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.Designer.cs +++ b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.Designer.cs @@ -137,12 +137,12 @@ this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // - // button2 + // cancelButton // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Location = new System.Drawing.Point(136, 20); - this.button2.Name = "button2"; + this.button2.Name = "cancelButton"; this.button2.Size = new System.Drawing.Size(109, 23); this.button2.TabIndex = 1; this.button2.Text = "No"; |
