From 1d6c5d73d925caa851a4f8e0d418dc8abb343353 Mon Sep 17 00:00:00 2001 From: Alexander Antsev Date: Mon, 1 Feb 2010 17:51:31 +0100 Subject: [PATCH] Fixed errors in description of locator's key combinations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge-request: 108 Reviewed-by: Thorbjørn Lindeijer --- doc/qtcreator.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index ee92ae025e0..a160be4b557 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -967,7 +967,7 @@ \o \image qtcreator-locator-symbols.png \row \o Go to a help topic. - \o Ctrl+K, ?, Space, and the topic + \o Ctrl+K, ?, Space, and the topic name \o \image qtcreator-locator-help.png \row \o Go to an opened document. @@ -979,11 +979,11 @@ \o \image qtcreator-locator-filesystem.png \row \o Go to a file in any project currently loaded. - \o Ctrl+K, a, Space, and the function name + \o Ctrl+K, a, Space, and the file name \o \image qtcreator-locator-files.png \row \o Go to a file in the current project. - \o Ctrl+K, p, Space, and the function name + \o Ctrl+K, p, Space, and the file name \o \image qtcreator-locator-current-project.png \row \o Go to a class definition. @@ -991,7 +991,7 @@ \o \image qtcreator-locator-classes.png \row \o Go to a method definition. - \o Ctrl+K, m, Space, and the class name + \o Ctrl+K, m, Space, and the method name \o \image qtcreator-locator-methods.png \endtable