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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-07-26 11:41:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-26 11:41:14 +0400
commit9e1a5531274e6b00b877ef924994ceae8ba956e3 (patch)
treed2810bbea6d8f240c822dcb0ca42a26d785aec66 /release/scripts/templates
parent71692e802fc50ad9dd76659d2868843e708dbd40 (diff)
set the development cycle to 'beta'.
Diffstat (limited to 'release/scripts/templates')
-rw-r--r--release/scripts/templates/ui_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates/ui_menu.py b/release/scripts/templates/ui_menu.py
index aa6b172abd4..d3923b5b083 100644
--- a/release/scripts/templates/ui_menu.py
+++ b/release/scripts/templates/ui_menu.py
@@ -33,7 +33,7 @@ def draw_item(self, context):
def register():
bpy.utils.register_class(CustomMenu)
- # lets add ourselves to the file menu
+ # lets add ourselves to the main header
bpy.types.INFO_HT_header.append(draw_item)