mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixed some language refactoring issues
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1788 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
8e62a9397e
commit
88e99d78cb
6 changed files with 20 additions and 24 deletions
3
Greenshot/Forms/AboutForm.Designer.cs
generated
3
Greenshot/Forms/AboutForm.Designer.cs
generated
|
@ -48,7 +48,6 @@ namespace Greenshot {
|
|||
/// not be able to load this method if it was changed manually.
|
||||
/// </summary>
|
||||
private void InitializeComponent() {
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
|
||||
this.lblTitle = new System.Windows.Forms.Label();
|
||||
this.lblLicense = new GreenshotPlugin.Controls.GreenshotLabel();
|
||||
this.lblHost = new GreenshotPlugin.Controls.GreenshotLabel();
|
||||
|
@ -82,7 +81,6 @@ namespace Greenshot {
|
|||
this.lblLicense.Name = "lblLicense";
|
||||
this.lblLicense.Size = new System.Drawing.Size(369, 68);
|
||||
this.lblLicense.TabIndex = 3;
|
||||
this.lblLicense.Text = resources.GetString("lblLicense.Text");
|
||||
//
|
||||
// lblHost
|
||||
//
|
||||
|
@ -184,7 +182,6 @@ namespace Greenshot {
|
|||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||||
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(90, 90);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue