diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-09 09:37:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-09 09:37:07 +0000 |
commit | 9d4fafaf8c2019aee01235a4a60d945f59601edb (patch) | |
tree | 77f654da0ae50251cd841f34f552b6e1dadad8c0 /tools | |
parent | 19dc8bde3ea7397da0fb0b228c9ea35276ec688f (diff) |
changed suite name
git-svn-id: http://svn.miranda-ng.org/main/trunk@1837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Langpack Suite/Form1.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index f7aae90cfc..6b3b49487a 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -474,7 +474,7 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";
- this.Text = "Miranda IM Langpack Suite";
+ this.Text = "Miranda NG Langpack Suite";
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tabControl1.ResumeLayout(false);
|