summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkonline6
1 files changed, 3 insertions, 3 deletions
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() ]
))
)