Fixed icon, the MOVE_UP_VEC icon was removed

This happened in Blender commit rBb2159b94bcd6c4e30c47b9970601e6f2ca2a0750
This commit is contained in:
Sybren A. Stüvel 2017-01-06 17:01:06 +01:00
parent 645bdd950f
commit cb20d6ee03

View File

@ -204,7 +204,7 @@ class ToolsPanel(Panel):
if bpy.ops.attract.submit_selected.poll(): if bpy.ops.attract.submit_selected.poll():
row.operator('attract.submit_selected', row.operator('attract.submit_selected',
text='Submit %s' % noun, text='Submit %s' % noun,
icon='MOVE_UP_VEC') icon='TRIA_UP')
else: else:
row.operator(ATTRACT_OT_submit_all.bl_idname) row.operator(ATTRACT_OT_submit_all.bl_idname)
row.operator(AttractShotFetchUpdate.bl_idname, row.operator(AttractShotFetchUpdate.bl_idname,