Mercurial > dottes
changeset 314:f80bd1e919f7
Make some bools 'false' not 0.
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Fri, 12 Jul 2013 14:25:18 +0100 | 
| parents | aa803fd1c3a6 | 
| children | b4d568b70c33 | 
| files | singletune.fmt | 
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/singletune.fmt Fri Jul 12 14:25:05 2013 +0100 +++ b/singletune.fmt Fri Jul 12 14:25:18 2013 +0100 @@ -1,6 +1,6 @@ % Format for a graphic with a single tune partsbox true -measurenb 0 +measurenb false botmargin 0 leftmargin 0 rightmarin 0 @@ -20,3 +20,4 @@ infoname N infoline true writehistory true +continueall false
