updating changelog

This commit is contained in:
endorphant
2016-05-22 22:52:48 -04:00
parent 3782a1c4c7
commit 098d5a0bd2
4 changed files with 8 additions and 4 deletions

View File

@@ -379,7 +379,7 @@ def main_menu():
redraw()
show_credits()
elif choice == '7':
subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")])
subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")])
redraw()
elif choice in QUITS:
return stop()