08-19-2009, 05:31 PM
In Window_Base Add On 2.9, line 153 change
into
and at line 157, change
into
Code:
text = "[Nor]"#"[Normal]"
Code:
text = "[Normal]"
Code:
text = "[" + text[0,3] + "]"#"[" + text + "]"
Code:
text = "[" + text + "]"