forked from mirror/openmw-tes3mp
Correct the explanation for the Console::acceptCommand()
This commit is contained in:
parent
d2293867ba
commit
49512a2b57
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ namespace MWGui
|
||||||
mEditString.clear();
|
mEditString.clear();
|
||||||
|
|
||||||
// Reset the command line before the command execution.
|
// Reset the command line before the command execution.
|
||||||
// It prevents re-triggering the acceptCommand() event during
|
// It prevents the re-triggering of the acceptCommand() event for the same command
|
||||||
// the actual command execution.
|
// during the actual command execution
|
||||||
mCommandLine->setCaption("");
|
mCommandLine->setCaption("");
|
||||||
|
|
||||||
execute (cm);
|
execute (cm);
|
||||||
|
|
Loading…
Reference in a new issue