made 'show side colours' on by default

This commit is contained in:
Dave White 2004-11-16 01:10:02 +00:00
parent 3230fbcc08
commit e00d43b9fe

View file

@ -472,7 +472,7 @@ void set_show_side_colours(bool value)
bool show_side_colours()
{
return prefs["show_side_colours"] == "yes";
return prefs["show_side_colours"] != "no";
}
void set_ask_delete_saves(bool value)