From df26b53d8e94680002c323b65ee10bd180095157 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 14 Oct 2017 13:07:29 +0200 Subject: [PATCH] cont. --- inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.cpp b/inventory.cpp index fa8cbe59..ba8e0fe9 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -603,7 +603,7 @@ namespace inv { else if(uni == '1') plain = !plain; else if(sym == SDLK_F1) - gotoHelp(which ? generateHelpForItem(which) : NODESCYET); + gotoHelp(which ? generateHelpForItem(which) : XLAT(helptext)); else if(doexiton(sym, uni)) { if(mirroring) mirroring = false; popScreen();