diff options
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 13ab0965c..6429a41f4 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -256,7 +256,8 @@ namespace Handbrake "Suspend",
"Hibernate",
"Lock System",
- "Log Off"});
+ "Log Off",
+ "Quit HandBrake"});
this.drp_completeOption.Location = new System.Drawing.Point(223, 29);
this.drp_completeOption.Name = "drp_completeOption";
this.drp_completeOption.Size = new System.Drawing.Size(111, 21);
|