Skip to content

Commit

Permalink
BugFix: TTYPE error
Browse files Browse the repository at this point in the history
I introduced this error in #3889 and it was reported in, and this PR
will close #4066.

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
  • Loading branch information
SlySven committed Sep 10, 2020
1 parent d7d8385 commit f2d5bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctelnet.cpp
Expand Up @@ -109,7 +109,7 @@ cTelnet::cTelnet(Host* pH, const QString& profileName)
// than that in the initialisation list so that it is processed as a change
// to set up the initial encoder
encodingChanged("UTF-8");
termType = QStringLiteral("Mudlet" APP_VERSION);
termType = QStringLiteral("Mudlet " APP_VERSION);
if (QByteArray(APP_BUILD).trimmed().length()) {
termType.append(QStringLiteral(APP_BUILD));
}
Expand Down

0 comments on commit f2d5bd4

Please sign in to comment.