• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


Commit MetaInfo

Revision3a42dce68adc08af1176ce109c3c5a637c2657cb (tree)
Time2010-10-18 01:24:17
Authorsr55 <sr55@b64f...>
Commitersr55

Log Message

WinGui:
- Fix typo in the Options window.

git-svn-id: svn://localhost/HandBrake/trunk@3604 b64f7644-9d1e-0410-96f1-a4d463321fa5

Change Summary

Incremental Difference

--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -39,7 +39,7 @@ namespace Handbrake
3939 this.components = new System.ComponentModel.Container();
4040 System.Windows.Forms.ContextMenuStrip notifyIconMenu;
4141 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
42- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
42+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
4343 this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();
4444 this.DVD_Save = new System.Windows.Forms.SaveFileDialog();
4545 this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
@@ -407,9 +407,9 @@ namespace Handbrake
407407 //
408408 // number
409409 //
410- dataGridViewCellStyle2.Format = "N0";
411- dataGridViewCellStyle2.NullValue = null;
412- this.number.DefaultCellStyle = dataGridViewCellStyle2;
410+ dataGridViewCellStyle1.Format = "N0";
411+ dataGridViewCellStyle1.NullValue = null;
412+ this.number.DefaultCellStyle = dataGridViewCellStyle1;
413413 this.number.Frozen = true;
414414 this.number.HeaderText = "Chapter Number";
415415 this.number.MaxInputLength = 3;
@@ -709,7 +709,7 @@ namespace Handbrake
709709 //
710710 this.btn_new_preset.Name = "btn_new_preset";
711711 this.btn_new_preset.Size = new System.Drawing.Size(194, 22);
712- this.btn_new_preset.Text = "New Preset";
712+ this.btn_new_preset.Text = "Save Preset";
713713 this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);
714714 //
715715 // mnu_importMacPreset
--- a/win/C#/frmOptions.Designer.cs
+++ b/win/C#/frmOptions.Designer.cs
@@ -669,7 +669,7 @@ namespace Handbrake
669669 this.check_preventSleep.Name = "check_preventSleep";
670670 this.check_preventSleep.Size = new System.Drawing.Size(266, 17);
671671 this.check_preventSleep.TabIndex = 91;
672- this.check_preventSleep.Text = "Prevent the system from sleepping when encoding.";
672+ this.check_preventSleep.Text = "Prevent the system from sleeping when encoding.";
673673 this.ToolTip.SetToolTip(this.check_preventSleep, "Prevent system from sleeping during encoding.");
674674 this.check_preventSleep.UseVisualStyleBackColor = true;
675675 this.check_preventSleep.CheckedChanged += new System.EventHandler(this.check_preventSleep_CheckedChanged);
@@ -680,7 +680,7 @@ namespace Handbrake
680680 this.check_clearOldLogs.AutoSize = true;
681681 this.check_clearOldLogs.Location = new System.Drawing.Point(73, 234);
682682 this.check_clearOldLogs.Name = "check_clearOldLogs";
683- this.check_clearOldLogs.Size = new System.Drawing.Size(162, 17);
683+ this.check_clearOldLogs.Size = new System.Drawing.Size(166, 17);
684684 this.check_clearOldLogs.TabIndex = 90;
685685 this.check_clearOldLogs.Text = "Clear logs older than 30 days";
686686 this.ToolTip.SetToolTip(this.check_clearOldLogs, "Clear logs which are older than 30 days.\r\nThis only applies to HandBrakes Applica" +
@@ -775,7 +775,7 @@ namespace Handbrake
775775 this.check_logsInSpecifiedLocation.AutoSize = true;
776776 this.check_logsInSpecifiedLocation.Location = new System.Drawing.Point(73, 139);
777777 this.check_logsInSpecifiedLocation.Name = "check_logsInSpecifiedLocation";
778- this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(305, 17);
778+ this.check_logsInSpecifiedLocation.Size = new System.Drawing.Size(306, 17);
779779 this.check_logsInSpecifiedLocation.TabIndex = 87;
780780 this.check_logsInSpecifiedLocation.Text = "Put a copy of individual encode logs in a specified location:";
781781 this.ToolTip.SetToolTip(this.check_logsInSpecifiedLocation, "Place a copy of the encode log in the same folder as the encoded movie.");
--- a/win/C#/frmOptions.resx
+++ b/win/C#/frmOptions.resx
@@ -120,12 +120,6 @@
120120 <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121121 <value>132, 18</value>
122122 </metadata>
123- <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
124- <value>132, 18</value>
125- </metadata>
126- <metadata name="ToolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
127- <value>132, 18</value>
128- </metadata>
129123 <data name="check_m4v.ToolTip" xml:space="preserve">
130124 <value>Use .m4v instead of .mp4 for MP4 files
131125