From 5e87c5be785d3f9c49aa4f9306bad42864858aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 25 Mar 2008 14:45:12 +0100 Subject: Added option to disable console title update --- portato/gui/windows/preference.py | 1 + 1 file changed, 1 insertion(+) (limited to 'portato/gui/windows/preference.py') diff --git a/portato/gui/windows/preference.py b/portato/gui/windows/preference.py index 04cd329..079a80d 100644 --- a/portato/gui/windows/preference.py +++ b/portato/gui/windows/preference.py @@ -33,6 +33,7 @@ class PreferenceWindow (AbstractDialog): "systrayCheck" : ("showSystray", "GUI"), "testPerVersionCheck" : "keywordPerVersion", "titleUpdateCheck" : ("updateTitle", "GUI"), + "consoleUpdateCheck" : ("updateConsole", "GUI"), "usePerVersionCheck" : "usePerVersion" } -- cgit v1.2.3