From 02de9d1313365ad09441c106402ad141c48f0bb1 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2015 18:16:11 -0400 Subject: [PATCH] commit the latest update for wiz_identify git add mistake on my part --- src/invent.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/invent.c b/src/invent.c index 3d9ac0843..a23c92166 100644 --- a/src/invent.c +++ b/src/invent.c @@ -1912,8 +1912,9 @@ 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: -- 2.40.0