From 39f296460f15c25a46160422e1018e02a08ef714 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 6 Aug 2012 13:45:34 +0200 Subject: [PATCH] Removed redundant space from string Change-Id: I42ccd2d4bdc79bbc4bd1faf7450af1b608a17edb Reviewed-by: Oswald Buddenhagen --- src/plugins/debugger/debuggerdialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/debuggerdialogs.cpp b/src/plugins/debugger/debuggerdialogs.cpp index aa00bc1be76..8bb1ce50457 100644 --- a/src/plugins/debugger/debuggerdialogs.cpp +++ b/src/plugins/debugger/debuggerdialogs.cpp @@ -1061,7 +1061,7 @@ static QString cdbRemoteHelp() "(%1 or %2, respectively).

Copy it onto the remote machine and set the " "environment variable %3 to point to its folder.

" "Launch the remote CDB as %4 <executable> " - " to use TCP/IP as communication protocol.

Enter the connection parameters as:

" + "to use TCP/IP as communication protocol.

Enter the connection parameters as:

" "
%5
"). arg(ext32, ext64, QLatin1String("_NT_DEBUGGER_EXTENSION_PATH"), QLatin1String("cdb.exe -server tcp:port=1234"),