• R/O
  • HTTP
  • SSH
  • HTTPS

handbrake-jp: Commit

handbrake-jp project\'s main repository.


Commit MetaInfo

Revisión7309dc1ec1361a0cdd49e4a603c53e2105b86fad (tree)
Tiempo2011-01-04 23:12:39
Autorunknown <hirom@.(no...>
Commiterhylom

Log Message

add UI version label to frmAbout

Cambiar Resumen

Diferencia incremental

--- a/win/C#/frmAbout.Designer.cs
+++ b/win/C#/frmAbout.Designer.cs
@@ -59,9 +59,9 @@ namespace Handbrake
5959 this.Label3.Location = new System.Drawing.Point(124, 12);
6060 this.Label3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
6161 this.Label3.Name = "Label3";
62- this.Label3.Size = new System.Drawing.Size(99, 19);
62+ this.Label3.Size = new System.Drawing.Size(167, 19);
6363 this.Label3.TabIndex = 25;
64- this.Label3.Text = "HandBrake";
64+ this.Label3.Text = "HandBrake日本語版";
6565 this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
6666 //
6767 // label1
@@ -152,7 +152,7 @@ namespace Handbrake
152152 this.ShowIcon = false;
153153 this.ShowInTaskbar = false;
154154 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
155- this.Text = "HandBrakeについて";
155+ this.Text = "HandBrake日本語版について";
156156 ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
157157 this.ResumeLayout(false);
158158 this.PerformLayout();
--- a/win/C#/frmAbout.cs
+++ b/win/C#/frmAbout.cs
@@ -47,5 +47,6 @@ namespace Handbrake
4747 {
4848 this.Close();
4949 }
50+
5051 }
5152 }
\ No newline at end of file
Show on old repository browser