fix comment

This commit is contained in:
glenntanner3 2015-04-30 15:29:09 -04:00
parent 587a2b6e83
commit 256e3326ff

View file

@ -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: