From 3165f7af8d1b540a8d81d49661fc87d756ecf893 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 13 Dec 2018 16:54:52 -0800 Subject: [PATCH] spell "autopickup" consistently The '@' command doesn't hyphenate 'auto-pickup' so 'O' and ^X shouldn't either. --- src/cmd.c | 4 ++-- src/options.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cmd.c b/src/cmd.c index 579e4810b..2049aec5a 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 cmd.c $NHDT-Date: 1544695944 2018/12/13 10:12:24 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.318 $ */ +/* NetHack 3.6 cmd.c $NHDT-Date: 1544748881 2018/12/14 00:54:41 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.319 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Robert Patrick Rankin, 2013. */ /* NetHack may be freely redistributed. See license for details. */ @@ -2034,7 +2034,7 @@ int final; Strcat(buf, ", with exceptions"); } else Strcpy(buf, "off"); - enl_msg("Auto-pickup ", "is ", "was ", buf, ""); + enl_msg("Autopickup ", "is ", "was ", buf, ""); } /* characteristics: expanded version of bottom line strength, dexterity, &c */ diff --git a/src/options.c b/src/options.c index 6419c55f0..218f5c2f0 100644 --- a/src/options.c +++ b/src/options.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 options.c $NHDT-Date: 1544669666 2018/12/13 02:54:26 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.344 $ */ +/* NetHack 3.6 options.c $NHDT-Date: 1544748881 2018/12/14 00:54:41 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.345 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2008. */ /* NetHack may be freely redistributed. See license for details. */ @@ -3001,7 +3001,7 @@ boolean tinitial, tfrom_file; use_menu = TRUE; } if (use_menu) { - (void) choose_classes_menu("Auto-Pickup what?", 1, TRUE, ocl, + (void) choose_classes_menu("Autopickup what?", 1, TRUE, ocl, tbuf); op = tbuf; }