Calling AV-sync in UI to what it really is!

This commit is contained in:
2010-02-18 14:37:17 +00:00
parent 37d781b868
commit 007374170b
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ class TIME_HT_header(bpy.types.Header):
subsub = row.row()
subsub.prop(tools, "record_with_nla", toggle=True)
layout.prop(scene, "sync_audio", text="Realtime", toggle=True, icon='SPEAKER')
layout.prop(scene, "sync_audio", text="AV-sync", toggle=True, icon='SPEAKER')
layout.separator()
@@ -152,7 +152,7 @@ class TIME_MT_playback(bpy.types.Menu):
layout.separator()
layout.prop(scene, "sync_audio", text="Realtime Playback", icon='SPEAKER')
layout.prop(scene, "sync_audio", text="AV-sync", icon='SPEAKER')
layout.prop(scene, "mute_audio")
layout.prop(scene, "scrub_audio")