From 1427eaaa0defa6dacf0343807c8291259cf39d10 Mon Sep 17 00:00:00 2001 From: Mike Fulbright Date: Wed, 10 May 2000 20:37:48 +0000 Subject: added an about to upgrade screen to GUI and TUI --- iw/installpath_gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'iw/installpath_gui.py') diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py index 5804a8007..0db3b8f46 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -72,6 +72,7 @@ class InstallPathWindow (InstallWindow): ( UpgradeExamineWindow, "custom-upgrade"), ( BootloaderWindow, BootloaderSkipname ), UnresolvedDependenciesWindow, + ( ConfirmWindow, "confirm" ), InstallProgressWindow, ( BootdiskWindow, "bootdisk" ), CongratulationWindow -- cgit