== Sequencer ==

"reload" should be "refresh all" on the sequencer header.
This commit is contained in:
Peter Schlaile 2009-11-22 17:35:26 +00:00
parent 1295a213a4
commit 4ff3af612c

@ -54,7 +54,7 @@ class SEQUENCER_HT_header(bpy.types.Header):
if st.display_mode == 'SEQUENCER':
layout.itemS()
layout.itemO("sequencer.reload")
layout.itemO("sequencer.refresh_all")
else:
layout.itemR(st, "display_channel", text="Channel")