[elm_code] Update line status icons for additions

Missed a warning line and the addition of TODO as well
This commit is contained in:
Andy Williams 2016-01-16 18:21:32 +00:00
parent e6a49ec22f
commit 12047f8967
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Eina_Unicode status_icons[] = {
' ',
'!',
'!',
'!',
'+',
'-',
@ -33,6 +34,8 @@ Eina_Unicode status_icons[] = {
0x2713,
0x2717,
0x2610,
0
};