Changelog should be displayed properly when opened from the help menu. Fixes #21

This commit is contained in:
2019-02-01 11:03:26 -06:00
parent f623e78bdc
commit 3a3623859b
2 changed files with 4 additions and 2 deletions

View File

@@ -361,9 +361,10 @@ class Controller(object):
del buffer
def changelog(self, *args, **kwargs):
os.chdir("documentation")
lang = localization.get("documentation")
os.chdir("documentation/%s" % (lang,))
webbrowser.open("changelog.html")
os.chdir("../")
os.chdir("../../")
def configuration(self, *args, **kwargs):
""" Opens the global settings dialogue."""