use text for preferences gem items

This commit is contained in:
nehalmistry 2003-03-23 06:02:18 +00:00
parent bb7f2d853e
commit 5711195685

View file

@ -2152,9 +2152,9 @@ local void PreferencesInit(Menuitem *mi __attribute__((unused)))
}
if (ShowCommandKey) {
menu->items[3].d.gem.state = MI_GSTATE_CHECKED;
menu->items[2].d.gem.state = MI_GSTATE_CHECKED;
} else {
menu->items[3].d.gem.state = MI_GSTATE_UNCHECKED;
menu->items[2].d.gem.state = MI_GSTATE_UNCHECKED;
}
}