Commit 8838a2a4 authored by Claes Sjofors's avatar Claes Sjofors

Language enum values changed

parent 72ea8769
...@@ -36,7 +36,7 @@ SObject pwrb:Type ...@@ -36,7 +36,7 @@ SObject pwrb:Type
Body SysBody Body SysBody
Attr PgmName = "English" Attr PgmName = "English"
Attr Text = "English" Attr Text = "English"
Attr Value = 0 Attr Value = 45
EndBody EndBody
EndObject EndObject
!/** !/**
...@@ -46,7 +46,7 @@ SObject pwrb:Type ...@@ -46,7 +46,7 @@ SObject pwrb:Type
Body SysBody Body SysBody
Attr PgmName = "Swedish" Attr PgmName = "Swedish"
Attr Text = "Swedish" Attr Text = "Swedish"
Attr Value = 1 Attr Value = 119
EndBody EndBody
EndObject EndObject
!/** !/**
...@@ -56,7 +56,7 @@ SObject pwrb:Type ...@@ -56,7 +56,7 @@ SObject pwrb:Type
Body SysBody Body SysBody
Attr PgmName = "German" Attr PgmName = "German"
Attr Text = "German" Attr Text = "German"
Attr Value = 2 Attr Value = 31
EndBody EndBody
EndObject EndObject
!/** !/**
...@@ -66,7 +66,7 @@ SObject pwrb:Type ...@@ -66,7 +66,7 @@ SObject pwrb:Type
Body SysBody Body SysBody
Attr PgmName = "French" Attr PgmName = "French"
Attr Text = "French" Attr Text = "French"
Attr Value = 3 Attr Value = 76
EndBody EndBody
EndObject EndObject
!/** !/**
...@@ -76,7 +76,7 @@ SObject pwrb:Type ...@@ -76,7 +76,7 @@ SObject pwrb:Type
Body SysBody Body SysBody
Attr PgmName = "Chinese" Attr PgmName = "Chinese"
Attr Text = "Chinese" Attr Text = "Chinese"
Attr Value = 4 Attr Value = 132
EndBody EndBody
EndObject EndObject
EndObject EndObject
......
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