From cd4a3104faa7e7769fb5f249d4e32dc06cd197c2 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Wed, 21 Apr 2010 15:59:30 +0000
Subject: [PATCH] rename surface sketch to Mesh. add object_name_edit.py

[[Split portion of a mixed commit.]]
---
 object_surface_sketch.py => mesh_surface_sketch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename object_surface_sketch.py => mesh_surface_sketch.py (99%)

diff --git a/object_surface_sketch.py b/mesh_surface_sketch.py
similarity index 99%
rename from object_surface_sketch.py
rename to mesh_surface_sketch.py
index 8308eef4f..567def9d9 100644
--- a/object_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -19,7 +19,7 @@
 # version 0.8 Beta
 
 bl_addon_info = {
-    'name': 'object: Surface Sketch',
+    'name': 'Mesh: Surface Sketch',
     'author': 'Eclectiel',
     'version': '0.8',
     'blender': (2, 5, 3),
-- 
GitLab