Kaydet (Commit) ccc83072 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS pj27 (1.4.62); FILE MERGED

2005/04/27 18:53:03 pjanik 1.4.62.1: #i47637#: Add cs, bg, cr, hu and da languages into Letter Wizard.
üst d0065737
...@@ -17,7 +17,7 @@ public class LetterWizardDialogResources extends Resource { ...@@ -17,7 +17,7 @@ public class LetterWizardDialogResources extends Resource {
protected String[] RoadmapLabels = new String[7]; protected String[] RoadmapLabels = new String[7];
protected String[] SalutationLabels = new String[3]; protected String[] SalutationLabels = new String[3];
protected String[] GreetingLabels = new String[3]; protected String[] GreetingLabels = new String[3];
protected String[] LanguageLabels = new String[11]; protected String[] LanguageLabels = new String[16];
String resOverwriteWarning; String resOverwriteWarning;
String resTemplateDescription; String resTemplateDescription;
...@@ -173,7 +173,7 @@ public class LetterWizardDialogResources extends Resource { ...@@ -173,7 +173,7 @@ public class LetterWizardDialogResources extends Resource {
} }
private void loadLanguageResources() { private void loadLanguageResources() {
for (int i = 1; i < 12; i++) { for (int i = 1; i < 17; i++) {
LanguageLabels[i-1] = getResText(RID_LETTERWIZARDLANGUAGE_START + i); LanguageLabels[i-1] = getResText(RID_LETTERWIZARDLANGUAGE_START + i);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment