diff options
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ stepToClass = { "upgrademigratefs" : ("upgrade_migratefs_gui", "UpgradeMigrateFSWindow"), # Installing the Gentoo Installation Files - "installationfiles" : ("makeconf_gui", "MakeconfWindow"), + "installationfiles" : ("welcome_gui", "WelcomeWindow"), "makeconf" : ("makeconf_gui", "MakeconfWindow"), # Installing the Gentoo Base System |