L10n: tr()-fixes, message strings, compiler warnings.

Rename 'QML standalone application' to 'QML application'
and the 'old-style' QML applications to
'QML Viewer based applications'.

For the QML renaming:
Rubber-stamped-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Friedemann Kleint
2010-09-15 15:16:13 +02:00
parent ff3f7e4d19
commit d207c8cdcb
17 changed files with 59 additions and 75 deletions

View File

@@ -286,7 +286,7 @@ void SshConnectionPrivate::handleIncomingData()
e.errorString);
} catch (Botan::Exception &e) {
closeConnection(SSH_DISCONNECT_BY_APPLICATION, SshInternalError, "",
tr("Botan exception: %1").arg(e.what()));
tr("Botan library exception: %1").arg(e.what()));
}
}