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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:57:37 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:57:37 +0400
commit0b62e62c2b3e003d9c6359e83f513746a7ef2121 (patch)
treec6c36e1932b3923eb75a3ab4fc2ffbbf9a562afa /development_icon_get.py
parent55bf814d4df72b3da7b4197b7d1fb96792505de5 (diff)
Minor set of UI messages fixes and tweaks! No functional changes.
Diffstat (limited to 'development_icon_get.py')
-rw-r--r--development_icon_get.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_icon_get.py b/development_icon_get.py
index 4ef58640..593b800e 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -232,7 +232,7 @@ def unregister():
except:
pass
if __name__ == "__main__":
- # unregistering is only done automatically when run as add-on
+ # unregistering is only done automatically when run as addon
bpy.utils.unregister_class(OBJECT_PT_icons)
bpy.utils.unregister_class(CONSOLE_HT_icons)