milkbone57 22 years ago
parent
commit
8523556317
  1. 1
      plugins/Tk-GUI/Tk/Browser.pm
  2. 2
      plugins/Tk-Logon/Milkbone/Logon.pm

1
plugins/Tk-GUI/Tk/Browser.pm

@ -3,6 +3,7 @@ package Tk::Browser;
use Tk; use Tk;
use Tk::Font; use Tk::Font;
use base 'Tk::ROText'; use base 'Tk::ROText';
use Cwd qw(abs_path);
use strict; use strict;
use warnings; use warnings;

2
plugins/Tk-Logon/Milkbone/Logon.pm

@ -121,7 +121,7 @@ sub init
$self->{controls}->Label(-text => $slogan, -anchor => 'c', -justify => 'center', -wraplength => 250)->pack(-expand =>1, -fill => 'both'); $self->{controls}->Label(-text => $slogan, -anchor => 'c', -justify => 'center', -wraplength => 250)->pack(-expand =>1, -fill => 'both');
# create the status frame # 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->{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"], $self->{logon_button} = $self->{controls}->Button(-text => 'log on', -takefocus => 0, -command => [$self, "on_logon"],

Loading…
Cancel
Save