renamed versatile into untiled

This commit is contained in:
Anselm R. Garbe
2007-02-22 17:43:41 +01:00
parent 27b0595af7
commit 587100873a
9 changed files with 51 additions and 51 deletions

2
draw.c
View File

@ -81,7 +81,7 @@ drawstatus(void) {
dc.x = x;
if(sel) {
drawtext(sel->name, dc.sel);
drawsquare(sel->ismax, sel->isversatile, dc.sel);
drawsquare(sel->ismax, sel->isuntiled, dc.sel);
}
else
drawtext(NULL, dc.norm);