From 49512a2b57fe2f0eb420ee37b1210c596556161a Mon Sep 17 00:00:00 2001 From: Stanislav Bas Date: Fri, 5 Jun 2015 22:57:35 +0300 Subject: [PATCH] Correct the explanation for the Console::acceptCommand() --- apps/openmw/mwgui/console.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openmw/mwgui/console.cpp b/apps/openmw/mwgui/console.cpp index a1f564ffa..083dd32b0 100644 --- a/apps/openmw/mwgui/console.cpp +++ b/apps/openmw/mwgui/console.cpp @@ -296,8 +296,8 @@ namespace MWGui mEditString.clear(); // Reset the command line before the command execution. - // It prevents re-triggering the acceptCommand() event during - // the actual command execution. + // It prevents the re-triggering of the acceptCommand() event for the same command + // during the actual command execution mCommandLine->setCaption(""); execute (cm);