[PATCH 09/16] Support differrent title on the summary hub (or it's descendants)

Martin Sivak msivak at redhat.com
Thu Dec 6 15:46:32 UTC 2012


---
 pyanaconda/ui/gui/__init__.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
index 748a614..15df8db 100644
--- a/pyanaconda/ui/gui/__init__.py
+++ b/pyanaconda/ui/gui/__init__.py
@@ -44,6 +44,9 @@ class GraphicalUserInterface(UserInterface):
     """This is the standard GTK+ interface we try to steer everything to using.
        It is suitable for use both directly and via VNC.
     """
+
+    TITLE = "%(productName)s %(productVersion)s INSTALLATION"
+    
     def __init__(self, storage, payload, instclass,
                  distributionText = distributionText, isFinal = isFinal):
         
-- 
1.7.11.7



More information about the anaconda-patches mailing list