select uiStyle according to UserDef and update lang-packs

This commit is contained in:
Xiao Xiangquan
2011-07-16 18:28:24 +00:00
parent fa46278e34
commit 77926a7f9d
19 changed files with 54 additions and 57 deletions

View File

@@ -192,7 +192,7 @@ class NODE_PT_properties(bpy.types.Panel):
col.label(text=_("Offset:"))
col.prop(snode, "backdrop_x", text="X")
col.prop(snode, "backdrop_y", text="Y")
col.operator("node.backimage_move", text=_("Move")
col.operator("node.backimage_move", text=_("Move"))
if __name__ == "__main__": # only for live edit.
bpy.utils.register_module(__name__)