Camera tracking integration

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

Fixed typo in clip panel
This commit is contained in:
Sergey Sharybin
2011-10-12 16:33:46 +00:00
parent b475a7b56a
commit 86a05a71aa

View File

@@ -622,7 +622,7 @@ class CLIP_PT_footage(Panel):
class CLIP_PT_tools_clip(Panel):
bl_space_type = 'CLIP_EDITOR'
bl_region_type = 'TOOLS'
bl_label = "CLip"
bl_label = "Clip"
def draw(self, context):
layout = self.layout