diff options
author | sr55 <[email protected]> | 2010-05-18 19:58:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-05-18 19:58:43 +0000 |
commit | c80ba825d496edc98e2c4129896598e96b56a0d9 (patch) | |
tree | 13c7ffe5b4c254383bb60bc4f28909fa8e25e144 /win/C#/frmActivityWindow.Designer.cs | |
parent | 0235181e86018ab9938602ebf24e45e4244ba3a2 (diff) |
WinGui:
- Some more work done on the Plist Mac preset Export feature. Can now export a plist but not all key value pairs are populated.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3305 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.Designer.cs')
-rw-r--r-- | win/C#/frmActivityWindow.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index 536a13115..7b066695f 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -152,7 +152,7 @@ namespace Handbrake this.panel1.Size = new System.Drawing.Size(404, 552);
this.panel1.TabIndex = 97;
//
- // NewActivityWindow
+ // frmActivityWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -165,10 +165,10 @@ namespace Handbrake this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
- this.Name = "NewActivityWindow";
+ this.Name = "frmActivityWindow";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "New Activity Window";
+ this.Text = "Activity Window";
this.Load += new System.EventHandler(this.NewActivityWindow_Load);
this.rightClickMenu.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
|