From 4ac28031bac36f3dbd99081601edeb8d066af9e0 Mon Sep 17 00:00:00 2001 From: Eva Date: Thu, 26 Oct 2023 21:16:52 +0200 Subject: [PATCH] try without PWizard change --- SwaImageConfiguration.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwaImageConfiguration.st b/SwaImageConfiguration.st index 28985e7..2ef87e4 100644 --- a/SwaImageConfiguration.st +++ b/SwaImageConfiguration.st @@ -196,7 +196,7 @@ SystemWindow compile: tmpCode. "-=-=-=-=-=" "Remove Git Updates from PreferenceWizard as we use a special git version" -tmpCode := 'initializePage99ExtraPackages +"tmpCode := 'initializePage99ExtraPackages "Let the user install extra packages." | currentPage packagesList installButton | @@ -252,7 +252,7 @@ tmpCode := 'initializePage99ExtraPackages ^ currentPage'. -PreferenceWizardMorph compile: tmpCode. +PreferenceWizardMorph compile: tmpCode." "-=-=-=-=-="