diff options
author | bfox <bfox> | 2000-12-08 18:40:59 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-08 18:40:59 +0000 |
commit | b9b9353f4da9f5ef9894a77968cf284141bc3734 (patch) | |
tree | b5f104067412092c4de72521565635c091d5d1ea | |
parent | 90ead9a077ab11dcd8497ba4cdd3fcea2d4f1950 (diff) | |
download | anaconda-b9b9353f4da9f5ef9894a77968cf284141bc3734.tar.gz anaconda-b9b9353f4da9f5ef9894a77968cf284141bc3734.tar.xz anaconda-b9b9353f4da9f5ef9894a77968cf284141bc3734.zip |
Changed the ordering of the monitor, video card, and custom screen to be video, monitor, custom.
-rw-r--r-- | iw/installpath_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/installpath_gui.py b/iw/installpath_gui.py index 035e7e693..85d0b0fdc 100644 --- a/iw/installpath_gui.py +++ b/iw/installpath_gui.py @@ -60,8 +60,8 @@ class InstallPathWindow (InstallWindow): ( AuthWindow, "authentication" ), ( PackageSelectionWindow, "package-selection" ), ( UnresolvedDependenciesWindow, "dependencies" ), - ( MonitorWindow, "monitor" ), ( XConfigWindow, "xconfig" ), + ( MonitorWindow, "monitor" ), ( ConfirmWindow, "confirm" ), InstallProgressWindow, ( BootdiskWindow, "bootdisk" ), |