[Bf-extensions-cvs] [f30d01d] master: [textureAtlas] incorrect button name

mifth noreply at git.blender.org
Thu Apr 2 14:37:02 CEST 2015


Commit: f30d01dcd59fd55b33ed7950eea802cf7e9115ef
Author: mifth
Date:   Thu Apr 2 16:36:34 2015 +0400
Branches: master
https://developer.blender.org/rBAf30d01dcd59fd55b33ed7950eea802cf7e9115ef

[textureAtlas] incorrect button name

===================================================================

M	uv_texture_atlas.py

===================================================================

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a525e93..8b885da 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -133,7 +133,7 @@ class TexAtl_Main(Panel):
             row.operator(
                 "object.ms_run", text="StartManualUnwrap", icon="LAMP_SPOT")
             row.operator(
-                "object.ms_run_remove", text="FinshManualUnwrap", icon="LAMP_SPOT")
+                "object.ms_run_remove", text="FinishManualUnwrap", icon="LAMP_SPOT")
 
 
 class TexAtl_RunAuto(Operator):



More information about the Bf-extensions-cvs mailing list