done ui load name and icon
This commit is contained in:
@@ -249,8 +249,11 @@ namespace BrewMonster
|
||||
var right2 = line.Substring(sp).TrimStart();
|
||||
if (int.TryParse(left2, out index))
|
||||
{
|
||||
text = right2;
|
||||
return true;
|
||||
if (right2.Length > 0 && (right2[0] == '"' || right2[0] == '\''))
|
||||
{
|
||||
text = right2;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@@ -275,7 +278,6 @@ namespace BrewMonster
|
||||
{
|
||||
value = value.Substring(1, value.Length - 2);
|
||||
}
|
||||
|
||||
if (isWide) m_WStrTab[id] = value;
|
||||
else m_AStrTab[id] = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user