From 5008224f512a74c23d5c5986a13f5bea5e255b04 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 28 Mar 2006 17:24:04 +0000 Subject: center subdialogs on main window --- mdkonline | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 1519c6d6..3c68177c 100755 --- a/mdkonline +++ b/mdkonline @@ -97,7 +97,10 @@ my $wiz = welcome => { name => N("This assistant will help you to upload your configuration\n(packages, hardware configuration) to a centralized database in\norder to keep you informed about security updates and useful upgrades.\n"), no_back => 1, - next => 'choices' + post => sub { + $::main_window = $::WizardWindow; # center subdialogs on main window + 'choices'; + } }, choices => { name => N("Account creation or authentication"), -- cgit v1.2.1