From 1ce56e155ba2e7540b44976f5383b294cf351ac7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 May 2004 12:10:47 +0000 Subject: fix truncated label in "Create a MandrakeOnline Account" frame --- mdkonline | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 31688d40..0316c4bf 100755 --- a/mdkonline +++ b/mdkonline @@ -115,9 +115,9 @@ gtkappend_page($o->{nb}, 1, gtkpack_($o->{vbox_account} = Gtk2::VBox->new(0, 3), 1, create_packtable({ homogeneous => 1, col_spacings => 10, row_spacings => 10, mcc => 1 }, [], - [ N("Login:"), $o->{clogin} = Gtk2::Entry->new(), " " ], - [ N("Password:"), $o->{cpasswd} = entry_hidepass(), " " ], - [ N("Confirm Password:"), $o->{cconfirm} = entry_hidepass(), " " ], + [ N("Login:"), $o->{clogin} = Gtk2::Entry->new() ], + [ N("Password:"), $o->{cpasswd} = entry_hidepass() ], + [ N("Confirm Password:"), $o->{cconfirm} = entry_hidepass() ], [ N("Mail contact:"), $o->{cmail} = Gtk2::Entry->new() ] )) ) -- cgit v1.2.1