This commit is contained in:
Jeena Paradies 2012-12-27 15:47:28 +01:00
parent 3acc895395
commit 3e789bad85

View file

@ -179,7 +179,7 @@ class Oauth:
def handle_authentication(self, url):
self.auth_view = Helper.WebViewCreator(self.app)
self.auth_view.setWindowTitle("Authentification")
self.auth_view.setWindowTitle("Authentication")
old_manager = self.auth_view.page().networkAccessManager()
new_manager = Helper.NetworkAccessManager(old_manager, self.tentia_callback)