Mercurial > code > home > repos > light9
changeset 171:ba83a312d8b1
use the new dolly cuelist
author | dmcc |
---|---|
date | Wed, 09 Jul 2003 05:50:14 +0000 |
parents | f628ac4fd3ba |
children | b678c62784f8 |
files | flax/CueFaders.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flax/CueFaders.py Wed Jul 09 05:49:29 2003 +0000 +++ b/flax/CueFaders.py Wed Jul 09 05:50:14 2003 +0000 @@ -630,7 +630,7 @@ root = Tk.Tk() root.title("ShowMaster 9000") root.geometry("500x555") - cl = TkCueList(root, 'cues/cuelist1') + cl = TkCueList(root, 'cues/dolly') cl.pack(fill='both', expand=1) fader = CueFader(root, cl)