From 39f296460f15c25a46160422e1018e02a08ef714 Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Mon, 6 Aug 2012 13:45:34 +0200 Subject: [PATCH] Removed redundant space from string Change-Id: I42ccd2d4bdc79bbc4bd1faf7450af1b608a17edb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> --- 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() "(<code>%1</code> or <code>%2</code>, respectively).</p><p>Copy it onto the remote machine and set the " "environment variable <code>%3</code> to point to its folder.</p><p>" "Launch the remote CDB as <code>%4 <executable></code> " - " to use TCP/IP as communication protocol.</p><p>Enter the connection parameters as:</p>" + "to use TCP/IP as communication protocol.</p><p>Enter the connection parameters as:</p>" "<pre>%5</pre></body></html>"). arg(ext32, ext64, QLatin1String("_NT_DEBUGGER_EXTENSION_PATH"), QLatin1String("cdb.exe -server tcp:port=1234"), -- GitLab