--- rxvt-unicode/src/urxvt.pm 2006/01/08 00:27:47 1.51 +++ rxvt-unicode/src/urxvt.pm 2006/01/08 00:48:14 1.52 @@ -1045,7 +1045,7 @@ type => "button", text => " $text", value => $value, - render => sub { ($item->{value} ? "✔" : " ") . $text }, + render => sub { ($item->{value} ? "* " : " ") . $text }, activate => sub { $cb->($item->{value} = !$item->{value}); }, };