|
|
|
@ -121,7 +121,7 @@ sub init
@@ -121,7 +121,7 @@ sub init
|
|
|
|
|
$self->{controls}->Label(-text => $slogan, -anchor => 'c', -justify => 'center', -wraplength => 250)->pack(-expand =>1, -fill => 'both'); |
|
|
|
|
|
|
|
|
|
# create the status frame |
|
|
|
|
$self->{status_label} = $self->{status}->Label(-text => "Connecting to the Evil Empire...")->pack; |
|
|
|
|
$self->{status_label} = $self->{status}->Label(-text => "Connecting to login.oscar.aol.com...")->pack; |
|
|
|
|
$self->{status}->Button(-text => "Cancel", -takefocus => 0, command => [$self, "on_cancel"])->pack(-pady => 5); |
|
|
|
|
|
|
|
|
|
$self->{logon_button} = $self->{controls}->Button(-text => 'log on', -takefocus => 0, -command => [$self, "on_logon"], |
|
|
|
|