Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <j.jaydez@gmail.com>2011-02-01 15:09:20 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-02-01 15:09:20 +0300
commit8f05717165bce91a645c2929ac141724d6ae2fa8 (patch)
tree436087a32ae1f08ee68b1a92d7a655d9de059a44 /text_editor_api_navigator.py
parent32a071dad9cda37adff7f5bbfb503aa0026bd45c (diff)
And again, polishing off some more that I missed.
Diffstat (limited to 'text_editor_api_navigator.py')
-rw-r--r--text_editor_api_navigator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text_editor_api_navigator.py b/text_editor_api_navigator.py
index 87e1bc85..8cf8bfd5 100644
--- a/text_editor_api_navigator.py
+++ b/text_editor_api_navigator.py
@@ -25,7 +25,7 @@ bl_info = {
"version": (1, 0),
"blender": (2, 5, 5),
"api": 32760,
- "location": "Text Editor -> Properties (CTRL+F) -> API Navigator Panel",
+ "location": "Text Editor > Properties > API Navigator Panel",
"description": "Allows to explore the python api via the user interface",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"