remove revision number from gambatte in the about box, since gambatte is now on a git system, and we have a cherry picked version anyway
This commit is contained in:
parent
3fd6da23a6
commit
008a29fc41
|
@ -423,10 +423,10 @@
|
|||
this.linkLabel2.AutoSize = true;
|
||||
this.linkLabel2.Location = new System.Drawing.Point(20, 154);
|
||||
this.linkLabel2.Name = "linkLabel2";
|
||||
this.linkLabel2.Size = new System.Drawing.Size(75, 13);
|
||||
this.linkLabel2.Size = new System.Drawing.Size(51, 13);
|
||||
this.linkLabel2.TabIndex = 19;
|
||||
this.linkLabel2.TabStop = true;
|
||||
this.linkLabel2.Text = "gambatte r344";
|
||||
this.linkLabel2.Text = "gambatte";
|
||||
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
||||
//
|
||||
// label24
|
||||
|
|
Loading…
Reference in New Issue