forked from qt-creator/qt-creator
Fix case of "iOS"
Task-number: QTCREATORBUG-10681 Change-Id: I2a51eb95f8f9fa00114a2a9100eec5d052d2cca5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -517,7 +517,7 @@ void IosTool::handleCreatorHasData()
|
||||
|
||||
void IosTool::handleCreatorHasError(QAbstractSocket::SocketError error)
|
||||
{
|
||||
errorMsg(tr("Ios Debugging connection to creator failed with error %1").arg(error));
|
||||
errorMsg(tr("iOS Debugging connection to creator failed with error %1").arg(error));
|
||||
stopGdbServer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user