s/TILED/TILE/g
This commit is contained in:
parent
aa471f2d65
commit
41ba7a7984
3 changed files with 3 additions and 3 deletions
2
draw.c
2
draw.c
|
@ -99,7 +99,7 @@ drawstatus()
|
|||
dc.x = dc.y = 0;
|
||||
dc.w = bw;
|
||||
|
||||
drawtext(arrange == dotile ? TILEDSYMBOL : FLOATSYMBOL, dc.status, False);
|
||||
drawtext(arrange == dotile ? TILESYMBOL : FLOATSYMBOL, dc.status, False);
|
||||
dc.w = modew;
|
||||
for(i = 0; i < ntags; i++) {
|
||||
dc.x += dc.w;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue