mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Calling Append instead of AppendF
This commit is contained in:
parent
27d8f9df0f
commit
35abc1d591
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ namespace IDE.ui
|
||||||
SetLabel(item, codeStr);
|
SetLabel(item, codeStr);
|
||||||
|
|
||||||
let descItem = item.GetSubItem(1);
|
let descItem = item.GetSubItem(1);
|
||||||
SetLabel(descItem, scope String(32)..AppendF(error.mError));
|
SetLabel(descItem, scope String(32)..Append(error.mError));
|
||||||
|
|
||||||
let projectItem = item.GetSubItem(2);
|
let projectItem = item.GetSubItem(2);
|
||||||
SetLabel(projectItem, error.mProject);
|
SetLabel(projectItem, error.mProject);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue