Changeset - c8bfe3c32670
[Not reviewed]
default
0 1 0
David McClosky - 15 years ago 2010-06-20 17:49:23
dmcc@bigasterisk.com
curvecalc: version bump
Ignore-this: 629d549847272e281873fad92f68fdae
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -500,13 +500,13 @@ def main():
 

	
 

	
 
    root=tk.Tk()
 
    root.tk_setPalette("gray50")
 
    toplevelat("curvecalc",root)
 
    root.tk_focusFollowsMouse()
 
    root.title("Curvemaster 3000MX - %s" % graph.label(song))
 
    root.title("Was Curvemaster 3000MX. Now Curvemaster 30002MX! - %s" % graph.label(song))
 

	
 
    if 'fixed top rows':
 
        zc = Zoomcontrol(root)
 
        zc.pack(side='top', fill='x')
 

	
 
    if 'panes':
0 comments (0 inline, 0 general)