diff options
Diffstat (limited to 'tools/Langpack Suite/Form1.Designer.cs')
-rw-r--r-- | tools/Langpack Suite/Form1.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index af65d0a091..0565b24780 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -471,7 +471,8 @@ "Русский",
"Українська",
"Беларускі",
- "Deutsch"});
+ "Deutsch",
+ "Čeština"});
this.LanguageComboBox.Location = new System.Drawing.Point(204, 348);
this.LanguageComboBox.Name = "LanguageComboBox";
this.LanguageComboBox.Size = new System.Drawing.Size(121, 21);
|