mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Fixed bug that prevents documentation to be opened after changelog
This commit is contained in:
parent
3684ec2783
commit
59f6cf13ad
@ -1472,7 +1472,7 @@ class Controller(object):
|
|||||||
lang = localization.get("documentation")
|
lang = localization.get("documentation")
|
||||||
os.chdir("documentation/%s" % (lang,))
|
os.chdir("documentation/%s" % (lang,))
|
||||||
webbrowser.open("changelog.html")
|
webbrowser.open("changelog.html")
|
||||||
os.chdir("../")
|
os.chdir("../../")
|
||||||
|
|
||||||
def insert_buffer(self, buffer, position):
|
def insert_buffer(self, buffer, position):
|
||||||
self.buffers.insert(position, buffer)
|
self.buffers.insert(position, buffer)
|
||||||
|
Loading…
Reference in New Issue
Block a user