From 050dd2ec79e2e52e7cd56e81d7281478e9540f6d Mon Sep 17 00:00:00 2001
From: Florian Meyer <florianfelix@web.de>
Date: Sun, 23 May 2010 10:33:34 +0000
Subject: [PATCH] added icon looked naked otherwise

---
 add_curve_aceous_galore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 229502c1b..3c6386b2b 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -1126,7 +1126,7 @@ class Curveaceous_galore(bpy.types.Operator):
 ##### REGISTER #####
 
 Curveaceous_galore_button = (lambda self, context: self.layout.operator
-            (Curveaceous_galore.bl_idname, text="curvatures gallore"))
+            (Curveaceous_galore.bl_idname, text="curvatures gallore", icon="PLUGIN"))
 
 classes = [
 Curveaceous_galore
-- 
GitLab