diff options
author | sr55 <[email protected]> | 2007-10-26 21:38:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-10-26 21:38:04 +0000 |
commit | e44b0fa6cf44948a3f20446515fe4d930eed6f77 (patch) | |
tree | 0e74e4d502992dbd2ac1a180e9fae5b5e6f9da68 /win/C#/frmOptions.Designer.cs | |
parent | 592c7665ccf092313449860dded33b85e1735bfc (diff) |
WinGui:
- Reversed the functionality of the show/hide presets button. By default presets always show now.
- Re-added file open / save options and removed presets open/save buttons. Was confusing users.
- Added the ability to modify items on the queue.
- All Presets Updated.
- Queue Threading changed in an attempt to avoid Windows loosing track of it.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1039 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 460a77570..df13a4ac5 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -92,9 +92,9 @@ namespace Handbrake this.check_showPreset.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.check_showPreset.Location = new System.Drawing.Point(15, 94);
this.check_showPreset.Name = "check_showPreset";
- this.check_showPreset.Size = new System.Drawing.Size(362, 17);
+ this.check_showPreset.Size = new System.Drawing.Size(115, 17);
this.check_showPreset.TabIndex = 50;
- this.check_showPreset.Text = "Always Show Presets (Hide\'s the Show/Hide preset button)";
+ this.check_showPreset.Text = "Hide Preset Bar";
this.check_showPreset.UseVisualStyleBackColor = true;
this.check_showPreset.CheckedChanged += new System.EventHandler(this.check_showPreset_CheckedChanged);
//
|