From cbb127b148c9eaa5fe18580338555c2987b00ecd Mon Sep 17 00:00:00 2001 From: Luca Bonavita <mindrones@gmail.com> Date: Sun, 29 Aug 2010 17:12:09 +0000 Subject: [PATCH] - renamed system_smart_line_break.py -> text_editor_smart_line_break.py - some conforming [[Split portion of a mixed commit.]] --- system_blend_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system_blend_info.py b/system_blend_info.py index fafe99b97..2c186b83f 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -25,11 +25,11 @@ bl_addon_info = { "author": "uselessdreamer", "version": "0.3", "blender": (2, 5, 3), - "location": "Object Properties > Scene", + "location": "Properties space > Scene tab > Blend Info panel", "description": "Show information about the .blend", "warning": "", "wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ - 'Scripts/', + 'Scripts/System/Blend Info', "tracker_url": "https://projects.blender.org/tracker/index.php?" \ "func=detail&aid=22102&group_id=153&atid=469", "category": "System"} -- GitLab