summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Antsev <Kagami@crossplatform.ru>2010-02-01 17:51:31 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-02-01 17:52:01 +0100
commit1d6c5d73d925caa851a4f8e0d418dc8abb343353 (patch)
tree25422135232bf618b90aea072f5578a937681aae
parent32199de9d912291b77166343f608c6e1a77ab06e (diff)
downloadqt-creator-1d6c5d73d925caa851a4f8e0d418dc8abb343353.tar.gz
Fixed errors in description of locator's key combinations
Merge-request: 108 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-rw-r--r--doc/qtcreator.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index ee92ae025e..a160be4b55 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