From 32f3cc3fdc08fa2dd8f400e8af9768d79c79fcc6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 18 Feb 2004 13:04:01 +0000 Subject: force apply button to be right aligned --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 651d7ccdc..928a0d103 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -224,7 +224,7 @@ sub manage { }, undef, undef, '', [ N("Help"), sub { exec("drakhelp --id internet-connection") unless fork() } ], - [ N("Apply"), sub { save($netc, $p, $apply_button) } ], + [ N("Apply"), sub { save($netc, $p, $apply_button) }, 0, 1 ], ), ), ); -- cgit v1.2.1