This commit is contained in:
parent
d9d716fa7d
commit
7eaa80db5e
@ -51,6 +51,7 @@ namespace Config
|
|||||||
listIni_EleName.Add("rodefaults");
|
listIni_EleName.Add("rodefaults");
|
||||||
listIni_EleName.Add("display");
|
listIni_EleName.Add("display");
|
||||||
listIni_EleName.Add("backgrounddefaults");
|
listIni_EleName.Add("backgrounddefaults");
|
||||||
|
listIni_EleName.Add("unit");
|
||||||
|
|
||||||
// <user>.cfg
|
// <user>.cfg
|
||||||
listIni_EleName.Add("spelldictionary");
|
listIni_EleName.Add("spelldictionary");
|
||||||
@ -97,6 +98,17 @@ namespace Config
|
|||||||
listIni_AttrName.Add("display");
|
listIni_AttrName.Add("display");
|
||||||
listIni_AttrName.Add("sectiontitle");
|
listIni_AttrName.Add("sectiontitle");
|
||||||
listIni_AttrName.Add("sectionnumber");
|
listIni_AttrName.Add("sectionnumber");
|
||||||
|
listIni_AttrName.Add("number");
|
||||||
|
listIni_AttrName.Add("othernumber");
|
||||||
|
listIni_AttrName.Add("name");
|
||||||
|
listIni_AttrName.Add("othername");
|
||||||
|
listIni_AttrName.Add("text");
|
||||||
|
listIni_AttrName.Add("othertext");
|
||||||
|
listIni_AttrName.Add("id");
|
||||||
|
listIni_AttrName.Add("otherid");
|
||||||
|
listIni_AttrName.Add("procedurenumber");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// <user>.cfg
|
// <user>.cfg
|
||||||
listIni_AttrName.Add("custom");
|
listIni_AttrName.Add("custom");
|
||||||
|
@ -169,6 +169,7 @@ namespace DataLoader
|
|||||||
|
|
||||||
private string MigrateTrans(OleDbConnection cn, string textm, string seqcvt, Content content, string pth)
|
private string MigrateTrans(OleDbConnection cn, string textm, string seqcvt, Content content, string pth)
|
||||||
{
|
{
|
||||||
|
// TODO: BYRON DATA WILL GENERATE A TRANSITION ERROR WHEN IT IS USED IN PROMS 2010
|
||||||
StringBuilder trtxt = new StringBuilder();
|
StringBuilder trtxt = new StringBuilder();
|
||||||
int instance = 0;
|
int instance = 0;
|
||||||
int beg = 0;
|
int beg = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user