From 3e789bad85b7999cec30c0459649693dee332e61 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Thu, 27 Dec 2012 15:47:28 +0100 Subject: [PATCH] fixed #96 --- Linux/Windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/Windows.py b/Linux/Windows.py index 0a72ce1..b5d2333 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -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)