diff --git a/src/invent.c b/src/invent.c index 1a2a3b2dd..3d9ac0843 100644 --- a/src/invent.c +++ b/src/invent.c @@ -1912,9 +1912,8 @@ long* out_cnt; any.a_char = -1; /* wiz_identify stuffed the wiz_identify cmd character into iflags.override_ID */ - Sprintf(prompt, "Debug Identify (%s to permanently identify)", - visctrl(iflags.override_ID)); - add_menu(win, NO_GLYPH, &any,' ', iflags.override_ID, ATR_NONE, + Sprintf(prompt, "Debug Identify (%s to permanently identify)",visctrl(iflags.override_ID)); + add_menu(win, NO_GLYPH, &any,'.', iflags.override_ID, ATR_NONE, prompt, MENU_UNSELECTED); } nextclass: