fix comment
This commit is contained in:
parent
587a2b6e83
commit
256e3326ff
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class dvdauthor_converter(devedeng.executor.executor):
|
||||||
|
|
||||||
xml_file.write('\t\t<fpc>\n')
|
xml_file.write('\t\t<fpc>\n')
|
||||||
xml_file.write('\t\t\tg0=100;\n')
|
xml_file.write('\t\t\tg0=100;\n')
|
||||||
xml_file.write('\t\t\tg1=') #start with menu variable, although since this would be static is it needed?
|
xml_file.write('\t\t\tg1=') #goto variable
|
||||||
if (menu_entries != None) and (start_with_menu):
|
if (menu_entries != None) and (start_with_menu):
|
||||||
xml_file.write('0;\n') #show menu
|
xml_file.write('0;\n') #show menu
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue