From 6e72f24f00e1c7d2945da20c7584b624ec5a80c0 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 28 Feb 2012 12:37:24 +0100 Subject: [PATCH] Doc: streamline terminology Change-Id: I924ddf506fff6f4907399a755b04d7318a21102d Reviewed-by: Leena Miettinen --- doc/src/debugger/creator-debugger.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 26b5ca1946e..f2e36d1ae31 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -936,7 +936,7 @@ In some cases, it is convenient to directly interact with the command line of the native debugger. In \QC, you can use the left pane of the \gui {Debugger Log} view for that purpose. When you press - \key {Ctrl+Return}, the contents of the line under the text cursor + \key {Ctrl+Enter}, the contents of the line under the text cursor are sent directly to the native debugger. Alternatively, you can use the line edit at the bottom of the view. Output is displayed in the right pane of the \gui {Debugger Log} view.